#17813 closed defect (fixed)
[regression] TouchIndicator is slower in 1.9 than 1.8 and indicator drawing might not disappear when touch is release
Reported by: | cjolif | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.4 |
Component: | Charting | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The commit that introduced this is when TouchIndicator? was changed from using native touch events to use dojo/touch.
The problem has two origins:
- dojo/touch is slower than native events for some reasons (apparently because firing custom events)
- dojo/touch target of the release event is the element below touch when releasing while native even still use the element the touch action originating from
Change History (4)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Owner: | set to Christophe Jolif <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 Changed 7 years ago by
Milestone: | tbd → 1.9.4 |
---|
Note: See
TracTickets for help on using
tickets.
For now the fix will consist in being back using native events when possible.