Starting with 2.1 Master build #28 (b04), the mouse click hit test is calculated incorrectly.
To reproduce, run HelloTextArea, scroll down a few lines, and click to set the caret somewhere. The hit is taken as being much higher up, as if the scrolling offset is ignored. However, shift-clicking to extend selection does work correctly, so the seems to be a difference in how the coordinates are calculated.
To reproduce, run HelloTextArea, scroll down a few lines, and click to set the caret somewhere. The hit is taken as being much higher up, as if the scrolling offset is ignored. However, shift-clicking to extend selection does work correctly, so the seems to be a difference in how the coordinates are calculated.
- blocks
-
JDK-8121830 Click inside TextArea stops inline editing. Exception will be thrown
- Closed