Bug 433721 - Can't use tab traversal in the "Create New Tag" dialog
Summary: Can't use tab traversal in the "Create New Tag" dialog
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.1   Edit
Assignee: Wayne Beaton CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2014-04-28 23:31 EDT by Eric Jain CLA
Modified: 2015-08-23 15:57 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Jain CLA 2014-04-28 23:31:53 EDT
When the "Create New Tag" dialog opens, the focus is on the "Tag name" field. After hitting tab, I expect the focus to move to the "Tag message" field, but instead no UI element appears to have focus.
Comment 1 Robin Rosenberg CLA 2014-04-29 13:25:37 EDT
It seems all dialogs that uses the SpellcheckableMessageArea have the same problem, i.e. the Create Tag dialog, Commit dialog and the staging view.

I guess it's related to the ability to input TABs into the text. Do we need it?
Comment 2 Eric Jain CLA 2014-04-29 17:21:05 EDT
Git doesn't allow TAB (or other control) characters in tag names. However, the "tag name" field supports autocompletion (Ctrl+TAB).
Comment 3 Robin Rosenberg CLA 2014-04-29 17:47:06 EDT
TAB works fine from the tag name field. The problem is that the next field is the SpellcheckableMessageArea, which eats the TAB.
Comment 4 Eclipse Genie CLA 2015-06-24 07:00:24 EDT
New Gerrit change created: https://git.eclipse.org/r/50780