Ext version tested:
Browser versions tested against:
- Ext 6.0.2.437
DOCTYPE tested against:
- iPad Air 2, Safari iOS 9
Description:
- <!DOCTYPE html>
Steps to reproduce the problem:
- I tried an examples of Drag and auto-scrolling with containerScroll:true on Ext.dd.DragZone. On iPad, it glitches out and freak out instead of scrolling down.
- I used http://examples.sencha.com/extjs/6.0...o-cell-dd.html
The result that was expected:
- Load on iPad : http://examples.sencha.com/extjs/6.0...o-cell-dd.html
- Click a cell, and drag it.
- Move it down.
The result that occurs instead:
- It should scroll slowly down.
- Glitches while it tries to scroll down.