-
22 Jul 2010 5:58 AM #1
[DUPE-144] Scrolling a sortable tabbar breaks sort
[DUPE-144] Scrolling a sortable tabbar breaks sort
Scroll the tabbar and then try to sort, notice the icon is offset by the scroll amount and can't be moved all the way to the right. Related tickets: 144 & 150
Code:Ext.setup({ onReady: function () { var t = []; for (var x = 0; x < 25; x++) t[t.length] = { title: 'Tab' + x }; new Ext.TabPanel({ fullscreen: true, sortable: true, tabBar: { scroll: 'horizontal' }, items: t }); }});
-
22 Jul 2010 8:47 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
All related, I'll add this to the same ticket.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-144] Scrolling a sortable breaks
By meyerovb in forum Sencha Touch 1.x: BugsReplies: 0Last Post: 19 Jul 2010, 2:24 PM -
[DUPE-947] Scrolling menu is not positioned correctly
By YetAnotherFrank in forum Ext 3.x: BugsReplies: 1Last Post: 28 May 2010, 8:13 AM -
sortable:false not hiding sort
By alupuli in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 24 Feb 2010, 2:34 AM -
TreePanel sort method breaks keybord navigation
By grubi in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 27 Sep 2009, 10:21 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


Reply With Quote