-
19 Jul 2010 2:24 PM #1
[OPEN-144] Scrolling a sortable breaks
[OPEN-144] Scrolling a sortable breaks
Load the below example on an iPhone and sort by dragging the icons
Works fine on load, but once you scroll down, any further sorting breaks
Code:Ext.setup({onReady: function () { var items = []; for (var x = 0; x < 20; x++) items[x] = { html: 'item' + x, dockedItems: [{ dock: 'right', xtype: 'button', ui: 'mask', stretch: false, iconCls: 'settings'}] }; new Ext.List({ fullscreen: true, scroll: 'vertical', id: 'list', items: items }); new Ext.util.Sortable('list', { direction: 'vertical', constrain: true, itemSelector: '.x-panel', handleSelector: '.x-button' }); }});
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-99] Rotating iPhone breaks kitchen sink example.
By DustinHES in forum Sencha Touch 1.x: BugsReplies: 11Last Post: 29 Jul 2010, 9:37 AM -
[FIXED-142] Sortable config property constrain missing description of bool
By meyerovb in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 28 Jul 2010, 11:35 AM -
[CLOSED][3.1] Non-sortable columns have an sortable css
By Trey in forum Ext 3.x: BugsReplies: 1Last Post: 4 Feb 2010, 9:03 AM -
[2.2] - [3.x] Too many tabs breaks scrolling (Fx 3.x, mac only)
By jay@moduscreate.com in forum Ext 2.x: BugsReplies: 9Last Post: 16 Jan 2009, 4:46 AM -
[Ext 2.0] TabPanel - resizeTabs:false breaks tabs scrolling
By ElliotS in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 7 Sep 2007, 10:43 AM


Reply With Quote