Hi,

I have a celltable with a NoSelectionModel as the selection model.
When clicking a column/row an edit panel is shown and the celltable
panel is hidden.

The strange thing is that when clicking a column for the first time
the below exception is thrown but all subsequent clicks on the same
column does not throw the exception.

Exception thrown on first time column click:
com.google.gwt.core.client.JavaScriptException: (Error): Can't move
focus to the control because it is invisible, not enabled, or of a
type that does not accept the focus.

Does anyone know what's going on here? Or have a suggestion for a fix.

Also tried with a SingleSelectionModel but same thing happens so I
don't think it has anything to do with the selection model.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to