Touch interaction on Switch, Slider, EditableListItem and scrollable Dojo Mobile widgets is broken on Edge.
Touch interaction on the Switch, Slider , EditableListItem? and scrollable mobile widgets is broken on Edge. (Ok on IE11).
This is due to the name of the PointerEvent? touch-action css property that under Edge is now conform to the PointerEvents? spec (so prefix-less), while the dojo mobile code was using the ms-touch-action naming (which is not supported anymore on Edge).
Change History (5)
Keywords: |
edge added
|
Milestone: |
tbd →
1.11
|
Priority: |
undecided →
blocker
|
Description: |
modified (diff)
|
Summary: |
Touch interaction on Switch, Slider and scrollable Dojo Mobile widgets is broken on Edge. →
Touch interaction on Switch, Slider, EditableListItem and scrollable Dojo Mobile widgets is broken on Edge.
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
PR: https://github.com/dojo/dojox/pull/200