Opened 8 years ago
Closed 8 years ago
#17762 closed defect (fixed)
[ dojo1.8.3 / IE10 ] dijit.Tree item lose is focus border when navigating the tree item by Up-key and Down-key on keyborad
Reported by: | AmusementPark | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.6 |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This issue occurs in IE10 but will not take place in Chrome.
I use the test case from the dojo tutorial: http://dojotoolkit.org/reference-guide/1.8/dijit/Tree.html
- Click one item of the Tree items. The item is focused and there will be a focus rectangle surround the item label.
- Use Up and Down key on keyboard to navigate on the items of this Tree.
- We can find the focus rectangle which should surrounding the current navigated item label is missing.
In chrome, when using up/down key navigating the Tree items, the focus rectangle will appear surrounding the been navigated item' label.
Attachments (3)
Change History (4)
Changed 8 years ago by
Attachment: | WHEN A ITEM IS CLICKED.jpg added |
---|
Changed 8 years ago by
Attachment: | CHOREM_CORRECT.jpg added |
---|
Changed 8 years ago by
Attachment: | IE_INCORRECT.jpg added |
---|
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.8.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in 1.8.6 via b9ab7f580c8a123ff07ebd9a3b0695e24cf5c5ba.
For IE11, this is fixed via #17599, also starting in 1.8.6.