Status: Untriaged
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 6759 by [email protected]: Clicking scrollbar in renderer  
should not change focus
http://code.google.com/p/chromium/issues/detail?id=6759

Visit a page with a scrollbar (e.g. news.google.com )
Put focus in the browser chrome somewhere (e.g. hit ctrl-f)
Now use the page scrollbar.  Notice focus is stolen from the browser.  This
breaks Windows conventions.

On its own this bug isn't that important, but it blocks dismissing the find
box on blur.


Notes:
In order to prevent that when clicking on a scroll-bar, one solution would
be to:
- when the render widget host HWND gets focused through a click, it refuses
focus leaving it on the previously focused window and sends the click to
the renderer as usual
- the renderer processes the click and if not on a scroll-bar sends a
message to the browser notifying it took focus
- on receiving this message the browser focuses the render widget host HWND
(if it is the one of the current tab that was initially clicked).

Imported from buganizer #1088389


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to