Bug #23045
Font Family and Font Size Dropdown boxes don't open
| Status: | Resolved | Start date: | 2010-06-29 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | ||||
| Votes: | 0 |
Description
In one installation the dropdown boxes for Font Family and Font Size do not open:
When I click on the drop down box, I only get the spinner and the text "Lade Daten..." but that is all.
I can reproduce this problem in Firefox and Internet Explorer.
The same configuration worked correctly with TYPO3 4.3.3 and switching back to 4.3.3 shows that it still works correctly there.
The domain name, which does not work, looks like http://test.domain-site.de.
Interestingly also the drop down box Font Size does not open, although I did not set any configuration for this box. (Setting a configuration does not change that.)
No errors in syslog.
I attached the troublshooting output to this bug.
It works correctly in both browsers in another installation.
(issue imported from #M14929)
Related issues
| related to Core - Bug #23024: Firefox: Clicking in drop down boxes does not open them | Resolved | 2010-06-28 |
History
Updated by Stanislas Rolland almost 3 years ago
Looking into the source of right-hand frame of the BE where the RTE is displayed, values are set for
RTEarea[editornumber].buttons.fontstyle.dataUrl = '...path to file......';
RTEarea[editornumber].buttons.fontsize.dataUrl = '..path to file...';
Are the paths valid? What are the contents of those files.
Updated by Chris topher almost 3 years ago
The paths look like
RTEarea[editornumber].buttons.fontstyle = new Object();
RTEarea[editornumber].buttons.fontstyle.dataUrl = '../typo3temp/rtehtmlarea/fontstyle_0_ea368be38ae473865a74_compressed.js?1277892622';
RTEarea[editornumber].buttons.fontsize = new Object();
RTEarea[editornumber].buttons.fontsize.dataUrl = '../typo3temp/rtehtmlarea/fontsize_0_6c37e9d40e37d05f3dff_compressed.js?1277892622';
The files are present.
Filecontent is for fontstyle: {"options":[{"text":"Standardschrift","value":"none"},{"text":"Arial","value":"Arial,Helvetica,Verdana"},{"text":"Verdana","value":"verdana,arial"},{"text":"Times New Roman","value":"Times New Roman"},{"text":"Comic Sans","value":"Comic Sans MS"}]}
And for fontsize {"options":[{"text":"Standardgr\u00f6\u00dfe","value":"none"},{"text":"Extrem klein","value":"8px"},{"text":"Sehr klein","value":"9px"},{"text":"Klein","value":"10px"},{"text":"Mittel","value":"12px"},{"text":"Gro\u00df","value":"16px"}]}
[BE][versionNumberInFilename] is set to 0 (and the resulting filenames seem to be generated as they should according to the text in Install Tool).
Updated by Stanislas Rolland almost 3 years ago
Does the language dropdown open?
Updated by Chris topher almost 3 years ago
No, it does not. Exactly the same as for fontstyle and fontsize: Only the spinner and the words "Lade Daten...".
Updated by Stanislas Rolland almost 3 years ago
Does the language dropdown open in table operations dialogue windows?
Updated by Thomas Lange almost 3 years ago
I have the same problem. The problem is independent of clients (Linux,Windows, FF,IE7,IE8).
To find out more I tested the introductionpackage-4.4.0.zip without any special configurations
from the same browser (Firefox 3.6):
- First on an external Server (Gentoo Linux, Apache 1.3).
The Font Family and Font Size Dropdown boxes don't open.
- Second on my localhost (Opensuse, Apache 2)
The Font Family and Font Size Dropdown works fine.
Updated by Chris topher almost 3 years ago
@ Stan: Yes, there it opens!
For me it is the same as for Thomas: It works correctly on localhost, but not on another server (which uses Linux, Apache 1.3 and PHP 5.2).
Updated by Thomas Lange almost 3 years ago
Some news. I tested (see above ) on my localhost without any problems yesterday.
Now I tested this local Server over a router from a external client. And also
no Problems are there.
I think the reason is' nt to find in use of local or external Servers (how I'm thought yesterday).
Now I suspect the reason in the special Configuration for Apache or PHP, or in the Apache-Version (1.3?).
In my example above, PHP was the same Version 5.2.13 in both cases, thats also not the reason.
Updated by Stanislas Rolland almost 3 years ago
Please the test the attached patch. Make sure to clear the RTE cache after applying the patch.
Updated by Chris topher almost 3 years ago
I tested the patch with Firefox and IE on the affected server: In both browsers it works correctly. (And it still works on localhost.)
Updated by Stanislas Rolland almost 3 years ago
Committed to SVN TYPO3core trunk (revision 8085) and branch TYPO3 _4-4 (revision 8086).