There is a noticeable latency with JavaFX across the board in general. (Dragging nodes, animation etc etc) when compared to other frameworks / render technologies. This latency is not noticeable for the average user but for someone working with a lot of text this will be a major annoyance.
I noticed it when I was playing with the rich text demo. Can any micro-optimizations be done to make the experience rival for example this very text box that I am typing in ? (Safari, Macbook, 10.10).
I know it is possible in swing because of the lengths Jetbrains have gone to make a first-class editing experience. The UI is much more responsive than Eclipse (which I know is not Swing). It almost rivals this text box
There is a noticeable latency with JavaFX across the board in general. (Dragging nodes, animation etc etc) when compared to other frameworks / render technologies. This latency is not noticeable for the average user but for someone working with a lot of text this will be a major annoyance.
I noticed it when I was playing with the rich text demo. Can any micro-optimizations be done to make the experience rival for example this very text box that I am typing in ? (Safari, Macbook, 10.10).
I know it is possible in swing because of the lengths Jetbrains have gone to make a first-class editing experience. The UI is much more responsive than Eclipse (which I know is not Swing). It almost rivals this text box