google-code-export / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
0 stars 0 forks source link

Click problem in ComboboxTest #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the comboboxtest gadget,

click on TestComboBoxDropList
click on the combobox on the right

The droplist doesn't open when it should.

Now click on anywhere in the blue region
Click again on the combobox

The droplist now opens correctly.

I traced through this a bit and found that initially the clicks are sent to
a  non-visible, disabled combobox instead of the correct one that should be
receiving this event. However once the blue region is clicked, the clicks
are then dispatched to the correct element.

Original issue reported on code.google.com by zhuang....@gmail.com on 23 Apr 2008 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by phnix...@gmail.com on 7 May 2008 at 9:48