Opened 12 years ago
Closed 12 years ago
#7572 closed defect (fixed)
Tree: javascript error with left arrow keypress on a closed root tree node (IE6)
Reported by: | jsm174 | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Tree IE6 | Cc: | |
Blocked By: | Blocking: |
Description
Hello again. I'm using a dijit tree. When the root node is closed and selected (so the entire tree is collapsed), if the user presses the left arrow again, IE 6 throws the following error:
Char: 14984 Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept focus.
Attachments (2)
Change History (7)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Summary: | IE6 javascript error with left arrow keypress on a closed root tree node. → Tree: javascript error with left arrow keypress on a closed root tree node (IE6) |
Version: | → 1.1.1 |
comment:2 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I just attached the html that fails for me.
Sorry about the "version" field. I wasn't sure what to set.
Thanks, -- Jason
comment:3 Changed 12 years ago by
Also, I just checked then nightly build test and it throws the message in the rootless tree.
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Tree.html
Changed 12 years ago by
Attachment: | nightly.jpg added |
---|
comment:4 Changed 12 years ago by
Owner: | set to bill |
---|---|
Status: | reopened → new |
Aha, a problem with the rootless tree. OK, I see.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This seems to be working on the latest code in trunk for test_Tree.html, see http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Tree.html.
If it's still failing for you in the 1.2 beta then please attach a testcase.
Also, you shouldn't set the "milestone" of bugs. Set the "version" field. Thanks.