Bug #26588
closedJS error Context Sensitive help in popup
100%
Description
In TYPO3 you can edit a record using the wizard_edit.php file in a popup screen.
This is for example used as wizard in the sys_template table; field basedOn.
When hovering over a label, for the context sensitive help, you get a CSS error, telling you that top.TYPO3.LLL is undefined.
I fixed this for our installating, by altering the JavaScript file t3lib/js/extjs/contexthelp.js (see attachment).
In the solution the first attempt is made on the default variable top.TYPO3.LLL. If not found, it tries to find the variable in the opener variable, which should be the reference back to the TYPO3 BE.
Solution works correctly (after fix) in my installation; TYPO3 4.5.2
Files
Updated by Oliver Hader over 13 years ago
- Target version changed from 4.5.3 to 4.5.4
Updated by Oliver Hader over 13 years ago
- Target version changed from 4.5.4 to 4.5.6
Updated by Chris topher about 13 years ago
- Target version changed from 4.5.6 to 4.5.8
Updated by Markus Klein about 13 years ago
Hi Michel!
Can you push this change request to our reviewing system please?
Updated by Ernesto Baschny almost 13 years ago
- Target version changed from 4.5.8 to 4.5.12
Updated by Xavier Perseguers almost 13 years ago
- Assignee deleted (
Steffen Kamper)
Updated by Markus Klein over 11 years ago
- Target version changed from 4.5.12 to next-patchlevel
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21518
Updated by Michel Nederlof over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 70feb691504508b330531f8431d70b6048066749.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21545
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21546
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/21547
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/21548
Updated by Michel Nederlof over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7b5b4c7981a5a52370eb76c1c37e21744bbc3307.