[Webkit-unassigned] [Bug 35368] Frame should use SelectionController's TextGranularity instead of its own

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 20:54:29 PST 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |HTML Editing
                 CC|                            |ap at webkit.org




--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2010-03-02 20:54:28 PST ---
With this patch, a shouldChangeSelectedDOMRange delegate method is being
called, but a subsequent webViewDidChangeSelection one no longer is. This is
quite suspicious, and perhaps it violates what can be considered an invariant
in the API.

VisibleSelection is a member if EditCommand, used for restoring selection after
undo/redo. This patch looks like it actually changes behavior, so that
selection granularity isn't restored. Is this indeed the case?

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