-
30 May 2011 11:08 PM #21Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,034
- Vote Rating
- 27
I said the,
field.validateOnChange: false;
the allowBlanc you leave like it was, but even then it can be slow. We figured out that validation events fire a doLayout on each change event of the field. That is at least one thing that slows things up. But even then I did NOT say that it will be faster.....
-
31 May 2011 12:19 AM #22
doContainerLayout
doContainerLayout
in my eyes the problems stem from the "afterLayout" function in the "Ext.layout.component.Component" class within this function the container of each element does a "doLayout" which again calls the "afterLayout" and so on and so on...
which could mean that if you have something like this:
Panel
FormPanel
FieldSet
Field
it starts with a doLayout on the "Field" which then (because of the doContainerLayout) does a do Layout on the "Fieldset" and continues up to the Root Panel.
which kind of means the larger and more complex the panel nesting, the slower everything will work.
I would also kind of appreciate if the sencha team could possibly give some feedback on this situation !
-
31 May 2011 1:01 AM #23
I've tried to optimize my code by disabling animation. But the animate property on accordion layout is not taked into account, another bug ?

-
31 May 2011 6:46 AM #24
-
31 May 2011 7:04 AM #25
I've noticed a tendency to go into "cave mode" on certain issues. I'm trying hard not to read into that for this issue.
We're also 5 days past their original soft target for 4.0.2, so are they putting a bow on it, or are they still figuring stuff out?
I read a post from Mitchell in another thread saying that he had submitted a proposed fix that he was hoping would be approved for 4.0.2, and that was over the weekend, so I have no idea how close they are at this point...
stevil
-
31 May 2011 7:10 AM #26
-
31 May 2011 7:14 AM #27
Interesting - I just followed that link and it says 4.0.1 - I wonder if someone caught it and changed it back? It DOES have a change to include a link to the 4.0.1 examples, which WASN'T there before. Anyway, perhaps there's hope!
I hate feeling the need to read tea leaves...
stevil
-
31 May 2011 7:27 AM #28
It's using 4.0.2
Ext.versions
Object { core=4.0.2, extjs=4.0.2}
-
31 May 2011 7:39 AM #29
I make some tests with the 4.0.2 of the API ...same bugs.
The panel who disappear is not only for IE. You can make disappear a vertical panel very quickly:
- collapse the panel.
- click on the header collapsed then (before the panel is expanded) double click on the expand arrows icon.
Your panel is definitively brocken (reproduce on IE and firefox).
Still no support ?! I'give up ...
-
31 May 2011 7:41 AM #30
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