Ticket #13495 (closed defect: fixed)
wxSpinCtrl value not updated when closing the dialog containing it
| Reported by: | andrewtrevorrow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.5 |
| Component: | wxOSX-Cocoa | Version: | 2.9-svn |
| Keywords: | regression wxSpinCtrl SetFocus | Cc: | |
| Blocked By: | 14142, 14142 | Patch: | no |
| Blocking: |
Description
If a dialog is created with a wxSpinCtrl and SetFocus() is called on that control then no focus ring is displayed when the dialog appears.
To see the bug, run the dialogs sample, select Dialogs > Entry dialogs > Numeric entry. The spin ctrl's text box fails to have the focus even though there is a m_spinctrl->SetFocus() call in the wxNumberEntryDialog ctor code. No such problem in wxMac 2.8.12.
Change History
Note: See
TracTickets for help on using
tickets.
