[Webkit-unassigned] [Bug 54535] Stop calling node() and deprecatedEditingOffset() in comparePositions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 12:26:05 PDT 2012


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





--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2012-06-06 12:26:03 PST ---
(In reply to comment #4)
> I'm now thinking "position after img" and "position before br" is different in some meaning. When inserting something between img and br, those position becomes different apparently.

I don't think that makes sense. They're identical DOM positions. We should figure out why we have to treat them differently and fix that problem.

> If we can distinguish them, it will be able to fix editing/deleting/25322-2.html case. It might regress other tests though... But I believe it's worth considering.

But then we're introducing yet-another quirks into the editing code. It's like fixing one problem by introducing another problem.

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