Jurgen
Jurgen
I'm not sure, but it may be that this is by design ? Consider that if you populate an empty list then it's "natural" to show the last item added...
This is still a problem - can it be fixed ?
Thanks for the bug report and demo, it's greatly appreciated !!! Have submitted a PR to fix ....
Yeah, the problem is that the scroll x/y property is an **_estimate_** and is continuously being updated/recalculated as new cells/lines come into and leave the view port. When bound bidirectionally...
Sorry for the delayed response, I now have time again to take another look at this ..... In order to see if it's the _ScrollPane_ that's at fault could you...
Thanks, I'll work on it again on Friday and hopefully figure something out.
Be advised that [RichtextFX v0.10.0](https://github.com/FXMisc/RichTextFX/releases/tag/v0.10.0) has now been released which does away with the `--add-opens` and `--add-exports` arguments.
The problem you are having is because of this line: `tooltip.show(codeArea, pos.getX(), pos.getY());` where the tooltip is being shown on **exactly the same position** as the mouse pointer which then...
I can't seem to reproduce the problem on Windows, so maybe this is Linux specific. Can you maybe test on Windows ? Also did this work in the past and...
Ok, I've had a look between the 0.6.10 and 0.9.3 code that fires mouse end and can't see a significant difference. Can you check if it works with any version...