Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Events Published from ListModel for ListView #138

Open
scabug opened this issue Sep 16, 2011 · 1 comment
Open

No Events Published from ListModel for ListView #138

scabug opened this issue Sep 16, 2011 · 1 comment
Assignees

Comments

@scabug
Copy link

scabug commented Sep 16, 2011

User code will not receive ListDataEvent because the model in ListView is replaced by another model in the later part of ListView constructor. As a result, the user code has to add the listener explicitly to the "other" model manually to get model's events. The same goes for new model added to ListView.

Please refer to the code attached.

@scabug
Copy link
Author

scabug commented Sep 16, 2011

Imported From: https://issues.scala-lang.org/browse/SI-4998?orig=1
Reporter: TH Lim (sshark)
Affected Versions: 2.9.0-1
Attachments:

@scabug scabug closed this as completed Jul 17, 2015
@SethTisue SethTisue transferred this issue from scala/bug Nov 19, 2020
@SethTisue SethTisue reopened this Nov 19, 2020
@scala scala deleted a comment from scabug Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants