-
25 May 2010 3:08 AM #1
[FIXED-991] Chrome/Chromium doesn't scrolls to active tab
[FIXED-991] Chrome/Chromium doesn't scrolls to active tab
Dear ExtJs'ers
Google Chrome/Chromium doesn't scrolls to an active tab, all other browsers (including Konqueror) works correct.
Example:
In all browsers, except Chrom*, when page loaded, tab panel automatically scrolled to an active tab (no.4), and when doLayout button pressed nothing appears. This is expected behaviorCode:Ext.onReady(function() { var o = {}; var win = new Ext.Window({ width:400, height:300, layout:'anchor', items:[ { xtype:'button', text:"doLayout", handler:function() { o.win.doLayout(); } }, new Ext.TabPanel({ activeTab:4, enableTabScroll:true, items:[ { xtype:'panel', title:"11111111111111111111", html:"11111111111111111111" }, { xtype:'panel', title:"2222222222 ", html:"222222222222" }, { xtype:'panel', title:"333333 3 333333", html:"3333333" }, { xtype:'panel', title:"444444444444 4 ", html:"4444444444444" }, { xtype:'panel', title:"5 5 5 5555555", html:"555555555" }, { xtype:'panel', title:"666666 666666666666", html:"6666666666" } ] }) ] }); win.show(); o.win = win; });
In Crhrom*s, when page loaded tab panel didn't scrolled to active tab (scrolled left), pressing doLayout button also scrolls to a left tabs.
What is your opinion - is it a bug of Crhom*? Or it can be corrected in Ext?
-
25 May 2010 6:03 AM #2
Confirmed. It behaves as you describe in Google Chrome-5.0.375.55 beta@OSX-10.6.3. Moving this thread to bugs.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
14 Jul 2010 4:06 AM #3
I ran this test case against the SVN build and I wasn't able to reproduce it. I think it's likely that the issue was resolved by the issue that was fixed here: http://www.sencha.com/forum/showthre...ft-out-of-view
Marking this one as closed.Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN] [FIXED-429][2.x/3.x] IE8 Active tab display not quite correct
By sdrew in forum Ext 3.x: BugsReplies: 12Last Post: 21 Mar 2011, 3:47 AM -
[FIXED-430][3.??] Ext.TabPanel active bottom tab css failure
By makana in forum Ext 3.x: BugsReplies: 4Last Post: 18 Jan 2010, 11:21 AM -
Google Chrome: wrong window scrolls
By 6epcepk in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 8 Oct 2009, 8:02 AM -
[CLOSED][2.2.x] TAB key doesn't work on EditorGridPanel + Chrome
By Agnus in forum Ext 2.x: BugsReplies: 1Last Post: 2 Jun 2009, 3:25 AM -
Updating non-active tab panel via refresh doesn't work right
By ice5nake in forum Ext 2.x: Help & DiscussionReplies: 10Last Post: 1 Apr 2009, 12:51 PM


Reply With Quote