Bug 418831 - [IE10 only] cannot navigate content tree with keyboard
Summary: [IE10 only] cannot navigate content tree with keyboard
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.0 RC2   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
: 391159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-07 11:15 EDT by Grant Gayed CLA
Modified: 2013-10-11 16:04 EDT (History)
2 users (show)

See Also:
grant_gayed: review+


Attachments
Patch file (680 bytes, text/plain)
2013-10-11 15:38 EDT, libing wang CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2013-10-07 11:15:09 EDT
I20131006-2230
- works fine in Firefox and Chrome

- give focus to an item in the LHS tree that's showing workspace projects and content
- pressing down/up arrows do not move focus to adjacent items, and left/right arrows do not expand/collapse tree hierarchies
- the RHS table that shows the current directory's content has the same up/down navigation problem
Comment 1 Grant Gayed CLA 2013-10-07 15:07:05 EDT
Note that this does work if I Tab into the tree.  The case that doesn't work is clicking on an item to select it (so it seems like IE may not consider the item to have focus in this case, even though the focus rectangle is drawn around it).
Comment 2 Grant Gayed CLA 2013-10-08 11:07:46 EDT
*** Bug 391159 has been marked as a duplicate of this bug. ***
Comment 3 libing wang CLA 2013-10-11 15:38:48 EDT
Created attachment 236417 [details]
Patch file
Comment 4 libing wang CLA 2013-10-11 15:40:18 EDT
the reason is because IE10 is using event.currentTarget for the listener's DIV.
While other browsers are using event.target.