Opened 16 years ago
Closed 15 years ago
#1782 closed defect (invalid)
TreeV3: no dotted line on IE6
Reported by: | bill | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.4 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
On tests/widget/treeV3/dnd1.html: clicking a node leaves no dotted line in IE6. It works in FF. (Ilia said it was working for him but it doesn't work on my machine)
Change History (10)
comment:1 Changed 16 years ago by
Cc: | [email protected]… added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
The thing is that http://archive.dojotoolkit.org/nightly/tests/widget/treeV3/dnd1.html isn't working for me (on IE6). Do I have a weird security setting on my IE6? Or does the dojo site?
comment:3 Changed 16 years ago by
Bug reproduced for me on IE6, IE7, I see no security error, but the problem is visible.
comment:4 Changed 16 years ago by
http://archive.dojotoolkit.org/nightly/tests/widget/treeV3/dnd1.html is working for me using IE6 on WinXp? and Win2k.
comment:5 Changed 16 years ago by
http://archive.dojotoolkit.org/nightly/tests/widget/treeV3/dnd1.html works for me too in IE6 on WinXp?
comment:6 Changed 16 years ago by
Owner: | changed from Douglas Hays to bill |
---|---|
Status: | reopened → new |
comment:7 Changed 15 years ago by
Component: | Widgets → Dijit |
---|---|
Owner: | changed from bill to davidb |
Make sure this works for new tree.
comment:8 Changed 15 years ago by
Component: | Dijit → Accessibility |
---|
comment:9 Changed 15 years ago by
I think this bug is obsolete. My understanding is that dnd has not been implemented for tree since the port. (see 2782). If this work is planned we should probably open a task for that. (?)
Please reopen if I have misunderstood the issue.
comment:10 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This looks to be an IE bug. If the test is loaded from http[s] w/o any security warnings then it works for me. If it is loaded with a javascript security warning (ie. from file: with some conservative script permission settings) then clicking for focus doesn't work until an arrow key or tab key is first pressed.