Thursday, August 2, 2012

gwt 2.4 firefox 10.0.6 ListBox bug

I have a sub-editor class that represents priority of a task

public class EditorListBox extends ListBox implements
LeafValueEditor<PriorityType>

in constructor of the parent editor I construct the sub-editor and
call setItemSelected(1);

Things used to work fine but after a recent upgrade of the firefox on
my centos 5 getSelectedItem() returns -1!;

All works fine on chromium 11.0. Any clues/workarounds?

cheers

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment