[Webkit-unassigned] [Bug 16118] Selection should be revealed when set programmatically

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 17:43:49 PDT 2011


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


Levi Weintraub <leviw at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Selection must be always    |Selection should be
                   |visible when                |revealed when set
                   |designMode="on"             |programmatically
                 CC|                            |darin at apple.com,
                   |                            |justin.garcia at apple.com




--- Comment #10 from Levi Weintraub <leviw at google.com>  2011-06-27 17:43:49 PST ---
Changing the title to better represent the bug.

This could be fixed with essentially a 1 line change at http://trac.webkit.org/browser/trunk/Source/WebCore/editing/FrameSelection.cpp#L207

Making this change affected 6 layout tests, 5 in fast/forms and fast/dom/34176.html. All changed in the way one would expect, by scrolling the viewport or a scrollable area to reveal the selection. The change to make the selection only be revealed when triggered by user behavior was introduced without comment or test in http://trac.webkit.org/changeset/16386. Is there any objection to making this change?

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