Slider mouse events on OS X

Ed Leafe wrote:

    I've noticed that when using a slider on OS X, the EVT_LEFT_UP never gets triggered when the mouse is over the thumb control. However, if you click within the rectangular area of the control, but not along the slider "slot" (i.e., click on the control where it won't affect the thumb control), the event is triggered.

    I've created a simple program that demonstrates this problem. I see both the down and up events on Windows, but on OS X, only the down events.

Please create a "wxMac Specific" bug report about this.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!