-
31 May 2011 7:44 AM #31
4.0.2
4.0.2
When can we get this 4.0.2. Having issues with 4.0.1. Killing productivity and projects here.
-
1 Jun 2011 3:38 AM #32
I'm meeting with the team tomorrow to get an ETA on 4.0.2. Sorry it's taking us so long to fix this.
-
1 Jun 2011 4:06 AM #33
-
1 Jun 2011 4:07 AM #34
-
1 Jun 2011 4:32 AM #35Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,034
- Vote Rating
- 27
Abe, please fix this! I stopped migrating until there are some bugfixes. We have build five applications with each having up to 25 screens, built in ExtJs 3.01. It has cost us a week to get 3 screens working in ExtJs 4.
Blocking are: the beforeselectevents, this performance issue mentioned here in this thread .... KeyMap events.
We have probably no choise to update to 4.0 because probably next year the support for 3.0 will end. New browsers in the future must be supported, that's the reason we want to go to ExtJs 4.
I hope Sencha is aware of the fact that it has existing customers with complex applications with up to 100 screens. Please Sencha, take care of some better backward compatibility.
-
1 Jun 2011 5:09 AM #36
I'll keep you posted as I wrestle this to the ground.
FWIW, I've found in my testing that setting a layout to something other than the default (auto) helps.
-
1 Jun 2011 5:20 AM #37
-
1 Jun 2011 5:28 AM #38
@Abe,
Thank for the updates.
Just in case you haven’t seen this thread. It details the browser wide issues and performance comparisons between EXTJS versions. It should give you a good idea as to the scope of the issues we are seeing.
http://www.sencha.com/forum/showthre...der-IE-8/page7
-
1 Jun 2011 5:32 AM #39
-
1 Jun 2011 6:11 AM #40Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,034
- Vote Rating
- 27
If you do something like this, it is fixed.
it it calculating the size (height and width) on each after/doLayout of a panel. That takes a lot of time.Code:Ext.create('Ext.panel.Panel', { title: 'a panel', layout: 'fit', height: '400px', width: '400px', border: true, autoScroll: false, renderTo: Ext.getBody(), items: [{ items: [ { layout: 'fit', height: '400px', width: '400px', items: [ { layout: 'fit', height: '400px', width: '400px', items: [ { layout: 'fit', height: '400px', width: '400px', items: [ { layout: 'fit', height: '400px', width: '400px', items: [ { layout: 'fit', height: '400px', width: '400px', items: [ { layout: 'fit', height: '400px', width: '400px', items: [simpleCombo, simpleCombo2, simpleCombo3, simpleCombo4] }] }] }] }] }] }] }] }); });
But..... this isn't the solution, auto sizes should be much faster.
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
Tabbing behavior in screen with Form Fields and Tree Panels
By Scott Murawski in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 24 Jun 2010, 12:28 PM -
Initial rendering still slow compared to 2.3.0
By meroy in forum Community DiscussionReplies: 7Last Post: 15 Feb 2010, 10:34 AM -
Slow FormPanel rendering in 3.0 (compared to 2.3)
By vot in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 23 Jul 2009, 5:36 AM -
[2.0rc1] more odd behavior of nested panels.
By jay@moduscreate.com in forum Ext 2.x: BugsReplies: 12Last Post: 14 Nov 2007, 8:40 AM


Reply With Quote