Closed (outdated)
Project:
TinyMCE
Version:
master
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2009 at 11:40 UTC
Updated:
14 Jan 2021 at 19:44 UTC
Jump to comment: Most recent
Comments
Comment #1
alextronic commentedComment #2
alansch commentedThis may not be a bug with TinyMCE at all.
Internet Explorer - apparently in *all* versions - seems to get confused if you hit it with too many individual .css files and ignores all stylesheets subsequent to that point.
I have just been looking into a situation where the TinyMCE button bar was refusing to display in IE (but was totally fine in Firefox). By simply turning on CSS optimisation ...
Page (Drupal 6): admin/settings/performance
Section "Bandwidth Optimizations - Optimize CSS files
and then clearing the Drupal cache (same admin page) and forcing IE to do a full refresh (Shift-Refresh)...
and the problem totally disappeared.
The page in question was loading 29 separate css files, plus another two conditional on which version of IE was in use.
Hope this helps you.
Comment #3
alextronic commentedthanks alansch! will try that.
Comment #4
nicoloye commented