Opened 8 years ago
Closed 8 years ago
#16283 closed defect (fixed)
Tree: exception on END key when autoExpand: true
Reported by: | freeneutron | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Take the first example code here, which for some reason does not start with the source domain((
Then, I make this code work, run in Firefox, click on any branch of the tree generated, press End, open the console and watch the message:
TypeError?: a is undefined
If you remove the option (autoExpand: true), then the error disappears
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Summary: | dojo.Tree strange behavior → Tree: exception on END key when autoExpand: true |
Note: See
TracTickets for help on using
tickets.
Indeed, I can reproduce it on the third Tree of dijit/tests/test_Tree.html, thanks for the report, I'll look into it.
Note: on mac fn-rightArrow maps to the end key.