Changes between Initial Version and Version 5 of Ticket #1739


Ignore:
Timestamp:
10/19/09 16:06:41 (16 years ago)
Author:
vanya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1739

    • Property Status changed from new to s1b_analysis_finished
    • Property Total Hours changed from to 0
    • Property Analysis_reviewers changed from to vanya
    • Property Analysis_score changed from 0 to 3
    • Property Milestone changed from to M12_RELEASE
    • Property Add Hours to Ticket changed from to 0
    • Property Priority changed from major to minor
    • Property Keywords tab added
    • Property Billable? set
    • Property Owner set to dido
    • Property Estimated Number of Hours changed from to 0
    • Property Analysis_owners changed from to dido, vanya
  • Ticket #1739 – Description

    initial v5  
    11When navigating with TAB key in the application the focused component is not always visible.  
    2   * If, for example, a HUD is opened (Change border and background), then a text input is focused. 
    3   * After filling the data and pressing tab few times, no component is visibly focused. 
     2 
     3Example: 
     4  * a HUD is opened (Appearance HUD) 
     5  * Size box should be focused, there should be a cursor visible and you should be able to edit the number in the box via the keyboard 
     6  * After filling the data press TAB 
     7  * Focus should be moved to the next editable box but no component is visibly focused. 
     8 
     9 * components are editable but not seeing which of them is actually focused makes it hard for the user to operate 
    410 * Components that can't be manipulated via keyboard should be missed in the tab order. Or keyboard manipulation should be enabled for them as well as visible focused state. 
    511 * Also when user is focused on one HUD, the tab order shouldn't include elements outside this HUD. 
     12 
    613 * One other thing is that when the focus is set via tab button on the text input, it doesn't select the content, instead just set the pointer at the end. This should select the entire content in the text input.