Chromium Code Reviews
DescriptionGTK: 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.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20574
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||