Changes between Initial Version and Version 2 of Ticket #9296
- Timestamp:
- May 14, 2009, 7:23:06 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9296
- Property Owner anonymous deleted
-
Property
Component
changed from
General
toDijit
-
Property
Summary
changed from
dijit.Tree throws "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus." when nodes have a margin
toTree: throws "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus." when nodes have a margin
-
Ticket #9296 – Description
initial v2 1 1 I don't have an easy test case, but I know how to fix it: 2 2 If you: 3 1 Have a rootless tree, and4 2 You style the nodes to use margins for spacing, and5 3 A user clicks in the margin,3 1. Have a rootless tree, and 4 2. You style the nodes to use margins for spacing, and 5 3. A user clicks in the margin, 6 6 7 7 The tree attempts to focus on the rootNode. Since this node is not actually visible (1), but isTreeNode is true, the tree attempts focus.