EVT_LISTBOX broken on OSX?

7stud wrote:

Hi,

On an imac with os 10.4.7, the EVT_LISTBOX event doesn't fire if I click on an item that is already selected:

Well, since Windows is the only one that works this way then I expect that it would be the one considered to have the bug. Or it would at least be categorized simply as a native implementation detail.

···

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

7stud wrote:

Robin Dunn <robin <at> alldunn.com> writes:

7stud wrote:

Hi,

On an imac with os 10.4.7, the EVT_LISTBOX event doesn't fire if I click on an item that is already selected:

Well, since Windows is the only one that works this way then I expect that it would be the one considered to have the bug. Or it would at least be categorized simply as a native implementation detail.

wxPythonInAction p. 218:

"There are two command events specific to wx.ListBox. The EVT_LISTBOX
event is triggered when an element of the list is selected (even if it's the
currently selected element)."

wxPythonInAction p. 218 errata: None

That just shows what happens when an author (Noel!) only tests on one platform. :wink: Go ahead and enter a bug report about it and let's see what happens.

···

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