[Webkit-unassigned] [Bug 56421] Devirtualize isContentEditable and isRichlyContentEditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 23:11:33 PDT 2011


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





--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org>  2011-03-15 23:11:34 PST ---
(In reply to comment #10)
> >     for (const Node* node = this; node; )
> 
> Okay, will do.  We should really be calling parentNode for both cases.  I bet the reason we haven't realized this bug is because shadow DOM's root element is almost always editable.

After some research, this behavior seems to be intentional.  IE lets user edit readonly input element if the element is inside an editable region.  So I guess we need to keep this behavior.

-- 
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