Florian Kirmaier

Results 33 issues of Florian Kirmaier

It's "a bit" complicated. In some situations, getRuns get's called because listeners on bounds are set. This causes TextFlow to layout to compute the runs. Afterward, the bounds of the...

rfr

This PR switches the Thread to the QuantumRenderer, in the case the Disposer is called from another Thread - the printing Thread. I'm open for better solutions on how to...

rfr

When using Swing it's possible to generate a Deadlock. It's related to the nested eventloop started in enterFullScreenExitingLoop - and the RenderLock aquired when using setView in Scene. Sample Programm...

rfr

Making the initial listener of the ListProperty weak fixes the problem. The same is fixed for Set and Map. Due to a smart implementation, this is done without any performance...

rfr

Fixing IndexOutOfBoundsException in the MultipleSelectionModelBase and added a unit-test for it. ticket: https://bugs.openjdk.java.net/browse/JDK-8256397 run test: `./gradlew --continue -PFULL_TEST=true controls:test --tests "*MultipleSelectionModelImplTest*"` --------- ### Progress - [x] Change must not contain...

rfr

After thinking about this issue for some time, I've now got a solution. I know put the scene in the state it is, before is was shown, when the dirtyNodes...

This is probably not a real pull request, but it serves the purpose to let the maintainer and interested persons know that this version exists. I've created a version of...

Keeping classes keeps the classloaders forever, introducing leaks when the classloader should be collected.

BasicUITest doesn't work on mac

bug
help wanted
good first issue

Currently cssfx doesn't support "include" inside of css files. A lot of people are missing this feature.

enhancement
help wanted