Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

ItemStateListener fires before item changes #3

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

ItemStateListener fires before item changes #3

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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.

Original issue reported on code.google.com by bar...@gmail.com on 18 Nov 2009 at 11:04

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant