gwtproject / gwt

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

CellBrowser cant select head element #7403

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 7406

Found in GWT Release (e.g. 2.4.0, 2.5.0 RC): 2.4.0

Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7): Linux, chrome. Suspect it is
the same for all OS/Browsers.

Detailed description (please be as specific as possible): It is not possible to select
the head element in a cellbrowser, once one of if its children has been selected.

Example:
Go to http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellBrowser
Clicking Family works fine.
Clicking "Family", then "A" and then clicking back on "Family" will still keep focus
on "A". This is not desirable in all situation, for example when navigating a file
system for a folder (e.g. "Family" being /home and "A" being /username).

Reported by zpon.dk on 2012-06-07 10:00:27

dankurka commented 9 years ago
I was to hasty, it turns out it can be done. The problem was that the root level had
a different selection model than the others. Sorry for any inconvenience.

Reported by zpon.dk on 2012-06-07 10:48:33

dankurka commented 9 years ago

Reported by t.broyer on 2012-06-07 11:50:51