Editor breaks up in IE
alextronic - July 7, 2009 - 11:40
| Project: | TinyMCE |
| Version: | HEAD |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I really don't know what is going on here. The client sees it in IE like in the attached image.
(I see it OK, even in IE !!!!!! )
What might be the cause?
Thanks
| Attachment | Size |
|---|---|
| image003.jpg | 38.63 KB |

#1
#2
This 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.
#3
thanks alansch! will try that.