#16993 closed defect (fixed)
[patch][ccla] Tree: clicking on invisible expando icon does not select tree item
Reported by: | liucougar | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
open dijit/tests/tree/test_Tree.html expand africa in the first tree click in the area to the left of the icon for the Egypt item (the area is the invisible expando icon)
the row is not selected.
i think when expando icon is not visible, clicking on it should be treated the same as if the user clicked anywhere else in the item, which should select the Egypt item in this case
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by
Component: | General → Dijit |
---|---|
Owner: | set to bill |
Summary: | [patch][ccla] clicking on invisible expando icon does not select tree item → [patch][ccla] Tree: clicking on invisible expando icon does not select tree item |
comment:5 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
The patch makes sense to me, since clicking farther to the left does select the row.. Ideally it would have a test case.