JDK-8087655 : TextArea doesn't generate MOUSE_DRAGGED, MOUSE_PRESSED, MOUSE_RELEASED events
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-09-25
  • Updated: 2022-04-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Description
Download and run attached program. Try to drag, press and release mouse over text area. No one of added handlers works. There should be messages in console when events are handled.