workaround for a Regression bug

Jeanette Winzenburg fastegal at swingempire.de
Sun May 17 15:35:58 UTC 2020


this looks like deja vue - didn't you ask about that a while ago?  
Anyway, it's a useage error: in a listener, you can't assume anything  
about the state of a property that's not the notifying one (except if  
they are specified as being either completely orthogonal or  
explicitely guarantee to support cross-access)

Change your code to cope with that fact.

-- Jeanette

Zitat von Abu Abdullah <falcon.sheep at gmail.com>:

> Hi,
>
> i have submitted a bug on:
> https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8242546
>
> is there any workaround i can use until this bug is solved. i do not
> want to return back to jfx 8
>
> any help is appreciated





More information about the openjfx-discuss mailing list