[Webkit-unassigned] [Bug 56027] Assert that editing does not ignore position's anchorNode if position is an offset in anchor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 11:37:23 PST 2011


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





--- Comment #14 from Ryosuke Niwa <rniwa at webkit.org>  2011-03-11 11:37:23 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > Right, that was my justification as well.  But given that no other browser lets you put caret inside the button, the correct fix seems to be to reimplement button to use the shadow DOM (the bug 54173).
> 
> Oh awesome -- that's even better :) I was surprised to see it wasn't already using shadow DOM.

Ok, so we have to decide wether we fix the bug 56211 first or this one first.  Given that fixing the bug 56211 requires adding new binding model into WebCore and we need to fix PositionIterator not to enter DOM inside button element before being able to fix this bug, I'm inclined to land this patch for now.  This patch at least makes our editing behavior consistent inside/outside button element.

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