#15838 closed defect (fixed)
[regression] Tree: click and scroll broken on mobile
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.1 |
Component: | Dijit | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Judging from the API viewer, looks like both clicking a tree is broken (no effect), and scrolling is broken (dragging up/down, either with one finger or two fingers, doesn't scroll the Tree.
Change History (6)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.8.1 |
---|---|
Summary: | Tree: click and scroll broken on mobile → [regression] Tree: click and scroll broken on mobile |
Note: See
TracTickets for help on using
tickets.
Click broken in #15185 ([28381]), can be seen on test_Tree.html (no messages to console on leaf node click). tree/_dndSelector.onMouseDown() calls evt.preventDefault() on the touchstart event, which prevents the click event from firing, and presumably also prevents scroll.