Ticket #4625 (closed Bug: fixed)

Opened 5 months ago

Last modified 4 months ago

CK Editor stays visible when parent DIV is hidden

Reported by: kangas@… Owned by: garry.yao
Priority: Normal Milestone: CKEditor 3.1
Component: General Version: SVN (CKEditor)
Keywords: Confirmed Review+ Cc: 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

4625.patch Download (1.0 KB) - added by garry.yao 5 months ago.

Change History

Changed 5 months ago by garry.yao

Changed 5 months ago by garry.yao

  • keywords Confirmed Review? added
  • owner set to garry.yao
  • version changed from 3.0.1 to SVN (CKEditor)
  • status changed from new to assigned
  • milestone set to CKEditor 3.1

when dragging and dropping an area of the screen that may contain an editor instance...

That's really a good point.

Changed 4 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 4 months ago by garry.yao

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [4454].

Note: See TracTickets for help on using tickets.