Comment #5 on issue 16313 by [email protected]: cursor often
disappearing in renderer input boxes
http://code.google.com/p/chromium/issues/detail?id=16313
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=20574
------------------------------------------------------------------------
r20574 | [email protected] | 2009-07-13 16:44:14 -0700 (Mon, 13 Jul 2009)
| 10 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host_view_gtk.cc?r1=20574&r2=20573
GTK: For the render view, count keyboard grab shadows the same as focus
events.
This fixes an age old bug that dropdown menus still looked depressed after
you select something from them and they collapse. It also fixes the more
recent bug that you could have focus in the render view without any
indication drawn by the renderer. I suspect there was a change to webkit
that exacerbated this bug, because it seems like something we would have
noticed earlier.
Verified in a debugger that showing/hiding a dropdown menu doesn't emit
focus signals, but does emit grab notify signals. Also verified that the
bug is no longer reproducible in a simple page with <select> and <input>
elements.
BUG=16313
TEST=see desc.
Review URL: http://codereview.chromium.org/149506
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---