Opened 12 years ago

Last modified 5 years ago

#1553 new defect

Actor Editor bug on non-Windows wxWidgets

Reported by: historic_bruno Owned by:
Priority: Should Have Milestone: Backlog
Component: Atlas editor Keywords:
Cc: Patch:

Description

The custom editor controls aren't saving data on non-Windows platforms, as reported by myconid/zoot here. Confirmed on wxOSX 2.9 and wxGTK 2.8 (likely 2.9 as well). We need to find another way of destroying the custom controls that doesn't rely on valid wxWindow pointers.

Change History (5)

comment:1 by Stan, 10 years ago

Is the current update fixing this ?

comment:2 by historic_bruno, 10 years ago

It's still broken AFAIK.

comment:3 by George Popoff, 6 years ago

It's still there for now. wxGTK 3.0, Linux

But found a way to choose a value from a combo:

  1. Select a value from a combo box. It will be editable.
  2. Click on the editable value
  3. Click somewhere out of the edit box
  4. Now you can save that value

That is a workaround, but maybe it helps to find a reason for the bug

comment:4 by Stan, 6 years ago

Likely some event not being triggered.

comment:5 by Itms, 5 years ago

I cannot reproduce this on Linux, Debian Stretch, wxWidgets 3.0.2. Things work fine for me.

Note: See TracTickets for help on using tickets.