[Webkit-unassigned] [Bug 44397] [Chromium] Focusing the omnibox should clear selection in Web content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 09:29:34 PDT 2010


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #3 from Tony Chang <tony at chromium.org>  2010-08-23 09:29:33 PST ---
It looks like this will clear all selections on the page, but I think you only want to clear selections of input elements (i.e., things that grab focus).  For example, if I select the copyright text on google.com, then select text in the URL bar, the text should still be selected.

My guess is this works in Safari because when you focus the URL bar, it causes the previous selection to be blurred.  Maybe we need to somehow tell the renderer process that we've moved focus?

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