Opened 16 years ago
Closed 16 years ago
#3623 closed Bug (fixed)
Editor is loading up in IE7 without contents
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Oracle Review+ | Cc: | Senthil |
Description
To reproduce the issue:
- If you don't have IE7, install IETester and open an IE7 tab in it.
- Delete all temporary internet files in IE7.
- Go to http://nightly.ckeditor.com/3561/_samples/replacebycode.html.
- The editor instances appear with no contents.
Attachments (1)
Change History (8)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Also, if I put an alert box in the code, then it would never be reproducible.
Changed 16 years ago by
Attachment: | 3623.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
The only way I've found to fix this conclusively is to do some CSS changes to force IE into redrawing the contents in the editor iframe.
comment:5 Changed 16 years ago by
The 1000ms delay doesn't block any editor operations. All it means is that when the bug occurs, the editor would appear with no contents initially, but after 1 second the contents would appear. So it should be ok.
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
I'm ok for this fix for now, as it's quite urgent. But, I would ask you to please open a new ticket after committing, to find alternative ways to fix it without delays.
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3640].
Click here for more info about our SVN system.
This bug is very tough to even reproduce...
When the bug can be reproduced, the HTML contents are actually added in the editor iframes. If you double-right-click in where the editor iframe should be, you'll even see a caret blinking.