Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8067780

mouseExited is not fired on the focused container when a modal dialog is shown

XMLWordPrintable

      See the email http://mail.openjdk.java.net/pipermail/swing-dev/2014-December/004085.html
      --------------------
      The fix looks good. The root cause of this error is that mouseExited is not fired on the focused container when a modal dialog is shown. I'm surprised that there isn't a linked issue against AWT to either fix the toolkit to fire the mouseExited (via the Z axis) on modal dialog, suppress the 2nd call to mouseEntered after dialog is closed, or fix the MousListener documentation to state that how the mouse cursor enters or leaves a component has some exceptional conditions. My preference would be to fire mouseExited on modal dialog shown.
      --------------------

            Unassigned Unassigned
            alexsch Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: