When a popup window is hidded the system sends an extra WM_MOUSEMOVE message to the popup's parent window

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx

      When a popup window is hidden (ShowWindow(hPopupWindow, SW_HIDE) call), the system sends an extra WM_MOUSEMOVE message to the popup's parent window. This message reports the current mouse buttons state (so the message is translated to DRAGGED, when the left mouse button is pressed when the Popup is hidden) and reports the last mouse position. The glass toolkit should filter out mouse move / drag messages which don't report changed mouse pointer coordinates.

            Assignee:
            Anthony Petrov (Inactive)
            Reporter:
            Kinsley Wong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: