On Tue, 16 Apr 2024 16:04:34 GMT, eduardsdv <d...@openjdk.org> wrote:
>> line 575 still uses a listener instead of >> Bindings.bindContent(**Set,ObservableSet**) > > The ``Node.getPseudoClassStates()`` returns an unmodifiable collection. The > bindings would not work. Therefore we need to use a listener and change the > pseudo-class-state by using the ``Node.pseudoClassStateChanged(PseudoClass, > boolean)`` method. how silly of me! you are right, of course. thank you for clarification. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1434#discussion_r1567624662