If you select mark your CellTable 
with setKeyboardSelectionPolicy(KeyboardSelectionPolicy.BOUND_TO_SELECTION), 
and if you have no initial selection, if you click on some text in a row on 
the cell table (Ie: Your mouse cursor is a text cursor, not a pointer), the 
the selection won't occur (it even gets stuck so you have to click on a 
different row to get the selection going).

However, if you change the keyboard selection policy to 
be KeyboardSelectionPolicy.ENABLED, then it works fine.

But what if you want KeyboardSelectionPolicy.BOUND_TO_SELECTION?  Well, I 
found this: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=6310#c4

Which works brilliantly!  Big thank you to the person that wrote that code!

Tested in GWT 2.4.0 and GWT 2.5.0.rc1.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/jOlPYlhM-XQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to