-
2 Nov 2011 5:59 PM #1
I said
I said
I am very excited that see the 4.1-PRE came out,and I wanna test my real app with it.But what disappointed me that my app cant not work with 4.1-pre.(and it is ok with 4.0.7)?
I see the example of 4.1,and the performance is greater than 4.0.7,so I am eager to test my real app.
when will see the beta release??
-
3 Nov 2011 12:54 AM #2
Any details you can provide on how your app breaks on 4.1 would be helpful. While we have some known problems, hearing that certain problems effect lots of people can help us prioritize.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
3 Nov 2011 7:25 PM #3
My app start with portal,and dynamic load Classes.when I replace the 4.1-pre.
it breaks.SO i went back to see the portal example which in 4.1-pre.
It also breaks.
-
3 Nov 2011 7:33 PM #4
OK, that makes sense. The Portal example is broken in 4.1 PR1. I am currently working on the fix for this.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
3 Nov 2011 9:25 PM #5
thanks . SO when will it fixed .so I can test it further with my app.
and by the way ,I just tried the demo of ext-4.1-pr1\examples\locale\dutch-form.htmland found that the combo does`nt render correctly when you press the Tri.The list box get to the top left of the body.
-
25 Nov 2011 1:05 AM #6
I'm also interested in this as I'm also using the portal sources.
I would love to give feedback on 4.1-pr1 but I can't as long as the portal example is not working.
Thanks
-
25 Nov 2011 5:18 AM #7
The biggest problem I see here is the absent of a second PR. Jumping from PR1 to Beta is wonderful, but it takes time, more than 4 weeks ATM, and we as fan developers of ExtJs, are desperate to see something solid, not just comments.
I'm completely sure than most of us would be happy seeing a PR2, showing the advances made since PR1, even if it's a tiny advance.
@Edmund comment here http://www.sencha.com/forum/showthre...dates/page3#25 that it will be evaluated the possibility of releasing the PR2, but nothing else has been said.Ext is terrific!!
-
16 Jan 2012 7:15 AM #8
Don,
do you have an update on the portal example? I tried it in 4.1.0-beta-1 and it does not seem to work when used in my app. Getting the error here:
where 'this' is the portal, getDockedItems is undefined.Code:getDockedItems : function(selector, beforeBody) { var dockedItems = this.getComponentLayout().getDockedItems('render', beforeBody); ... }
I would love to move from 4.0.7 to 4.1-beta in my project, but cannot do it without the portal working.
Thanks,
Alex.


Reply With Quote