Opened 14 years ago
Closed 14 years ago
#7296 closed Bug (expired)
Firefox: Hiding/Displaying CKeditor causes caret to disappear
Reported by: | matt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Problem: If you set the style to display:hidden and the display:visible on the element containing the CKEditor instance, when the editor is visible again, the caret is not visible. Typing still enters text.
Firefox only.
Steps: 1) Create ckeditor instance 2) On the dom element containing the instance (the instance parent - this might work on the instance itself also), set style display:hidden 3) Set display:visible 4) Type in the editor - notice the caret is not visible
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Keywords: | firefox caret invisible removed |
---|---|
Resolution: | → expired |
Status: | pending → closed |
Wfm in FF3.6 with toggling both "visibility" and "display", pls provide a sample page for reproducing.