gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.5k stars 371 forks source link

Click event on an item in CellBrowser is not passed to underlying element #5660

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 5661

Found in GWT Release (e.g. 1.5.3, 1.6 RC):

2.1

Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):

Ubuntu 8.10/Firefox 3.6.12
Windows 7/Chrome

Detailed description:

Go to GWT showcase: http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellBrowser

When user clicks on a checkbox (visible in a list in third column), row becomes highlighted
but checkbox remains unchecked. Double-click is required to make checkbox checked.

When row was selected before clicking on a checkbox, described problem is not-existent.

Reported by famulski on 2010-11-25 15:23:59

dankurka commented 9 years ago
I can verify this is a problem in GWT2.2 using IE9, Opera 11, Firefox 4, but not in
Safari or Chrome.

It looks like the version in the Showcase works...  Can anyone confirm if this is fixed
in 2.3, then?

Reported by ccrvincent on 2011-05-18 16:39:12

dankurka commented 9 years ago
Er... more specifically, in my example it's a CheckboxCell inside a CellTable.

Reported by ccrvincent on 2011-05-18 16:45:42

dankurka commented 9 years ago
Confirmed with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110322 Fedora/3.6.16-1.fc14
Firefox/3.6.16

Reported by workman161 on 2011-05-18 16:47:12

dankurka commented 9 years ago

Reported by dankurka@google.com on 2013-06-02 19:36:00