Opened 16 years ago
Closed 16 years ago
#4625 closed Bug (fixed)
CK Editor stays visible when parent DIV is hidden
| Reported by: | Erik Kangas | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed Review+ | Cc: | Erik Kangas |
Description
Place a CK Editor inside of a DIV. Change the visibility style of the enclosing DIV to "hidden". Enclosing DIV hides itself, but the CK Editor stays visible. Tested in FireFox 3.5.
If you change the "display" CSS property of the enclosing DIV to "none", the CK Editor does properly go away.
Hiding the editor in some way is very useful, for example, when dragging and dropping an area of the screen that may contain an editor instance. You may want to hide the editor during the drag or hide the entire source area.
Attachments (1)
Change History (4)
Changed 16 years ago by
| Attachment: | 4625.patch added |
|---|
comment:1 Changed 16 years ago by
| Keywords: | Confirmed Review? added |
|---|---|
| Milestone: | → CKEditor 3.1 |
| Owner: | set to Garry Yao |
| Status: | new → assigned |
| Version: | 3.0.1 → SVN (CKEditor) |
comment:2 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

That's really a good point.