[Webkit-unassigned] [Bug 133371] Element.isContentEditable should return true in hidden elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 00:48:01 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133371





--- Comment #1 from Piotrek KoszuliƄski (Reinmar) <pkoszulinski at gmail.com>  2014-05-29 00:48:25 PST ---
This issue causes CKEditor to initialize in read only mode if initialization happened in hidden container. This is a common case for SPAs.

Of course it can be workaround by getAttribute('contenteditable') and DOM traversing, but it's hard to control whether editor is visible when reading isContentEditable. And switching to deoptimised version is not good option, because we use this check very often.

Related ticket: http://dev.ckeditor.com/ticket/9814

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list