Bug #26588
JS error Context Sensitive help in popup
| Status: | New | Start date: | 2011-05-03 | ||
|---|---|---|---|---|---|
| Priority: | Must have | Due date: | |||
| Assignee: | - | % Done: | 90% |
||
| Category: | Backend User Interface | ||||
| Target version: | 4.5.12 | ||||
| TYPO3 Version: | 4.5 | Complexity: | |||
| PHP Version: | |||||
| Votes: | 0 |
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
History
Updated by Oliver Hader almost 2 years ago
- Target version changed from 4.5.3 to 4.5.4
Updated by Oliver Hader almost 2 years ago
- Target version changed from 4.5.4 to 4.5.6
Updated by Chris topher over 1 year ago
- Target version changed from 4.5.6 to 4.5.8
Updated by Markus Klein over 1 year ago
Hi Michel!
Can you push this change request to our reviewing system please?
Updated by Ernesto Baschny over 1 year ago
- Target version changed from 4.5.8 to 4.5.12
Updated by Xavier Perseguers over 1 year ago
- Assignee deleted (
Steffen Kamper)