Skip to content
  • Glen Ditchfield's avatar
    Fix keyboard focus-change order · 4c561994
    Glen Ditchfield authored and Glen Ditchfield's avatar Glen Ditchfield committed
    With version 5.19.3, using the keyboard to move between the Calendar and
    Summary fields is a bit off.
    
    * Generally the user must press `Tab` or `Shift-Tab` twice.  Removing
      some properties from the Category label fixes that, and also removes
      an underline from the 'd' in the 'Calendar' label.
    
    * If the Attachments tab is visible, the user must press the key three
      times;  focus moves to the attachment list before reaching the final
      destination.  Adding a `setTabOrder()` fixes that.
    
    BUG: 331543
    4c561994