-
Notifications
You must be signed in to change notification settings - Fork 129
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
FocusManager NullPointerException #326
Comments
|
There is also a chance that |
I've noticed that it happens only when the |
With break points I've found the problem! And maybe nested stuff doesn't really matters. The problem is in
Now,I can try to avoid that the |
To add to this, the issue is triggered by the widget the focus is being switched to. It will call |
I have a NullPointerException when a
VisImageButton
is clicked andSpinner
is focused. This is the stack trace:I don't know how hard is to reproduce, because in my project the crash happens only on some
Spinner
, expecially when they're placed in multiple nestedVisTable
wrapped from aScrollPane
. Reading source code it seams thatfocusedWidget
is null for some reason L42.Maybe a null check could fix the problem, please let me know if I can debug better the situation.
Thanks!
The text was updated successfully, but these errors were encountered: