[Webkit-unassigned] [Bug 52742] Stop instantiating legacy editing positions in FocusController::advanceFocusInDocumentOrder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 14:14:42 PST 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Mac OS X 10.5               |All
           Severity|Normal                      |Enhancement




--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2011-01-19 14:14:42 PST ---
I think the right thing to do here is to call firstPositionInOrBeforeNode.

This function produces a position [node, 0] when node can have children for editing (div, blockquote, span, etc...) and before node when node can't have children for editing (br, img, etc...).

Could someone from GTK comment on whether this is right behavior or not?

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