My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 3: ItemStateListener fires before item changes
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by bar...@gmail.com, Nov 18, 2009
When listening for item changes via a ItemStateListener, the event is
received when a ChoiceGroup is opened, instead of after a value is set. I
believe it has to do with the following lines in Form.java

// why do we call this here?
// Andres Navarro
fireItemStateListener();

By pressing enter to have the ChoiceGroup opened, the event is fired.


Powered by Google Project Hosting