[wx-dev] #9599: Shift+TAB inside wxNotebook does not work as expected...

wxTrac noreply at wxsite.net
Wed Jun 18 03:04:27 PDT 2008


Ticket URL: <http://trac.wxwidgets.org/ticket/9599>

#9599: Shift+TAB inside wxNotebook does not work as expected...
--------------------------------+-------------------------------------------
 Reporter:  hajokirchhoff       |       Owner:         
     Type:  defect              |      Status:  new    
 Priority:  low                 |   Milestone:         
Component:  GUI-all             |     Version:  2.9-svn
 Keywords:  notebook tab focus  |   Blockedby:         
    Patch:  0                   |    Blocking:         
--------------------------------+-------------------------------------------
 wx-svn-trunk, wxMSW, Visual Studio

 wxPanel
   wxTextCtrl  one
   wxNotebook   two
     wxTextCtrl   three
     wxTextCtrl   four

 When TAB is pressed, the focus moves one, two, three, four and back to
 one. This is correct. TAB reaches all controls. When the last control
 inside the wxNotebook has the focus, TAB moves the focus to the next
 control outside the notebook.

 When Shift+TAB is pressed, the focus moves one, four, three, two, four,
 three, two. It no longer moves outside the wxNotebook back to one. Instead
 once the focus is inside the wxNotebook, it stays there.

 Correct would be: When the notebook is focused and Shift+TAB is pressed,
 the focus should be moved to the previous control outside the notebook.


--
Ticket URL: <http://trac.wxwidgets.org/ticket/9599>


More information about the wx-dev mailing list