Hybrid View
-
14 Nov 2012 4:42 AM #1
Architect 2.1.0 build 676 remove from splitter xtype
Architect 2.1.0 build 676 remove from splitter xtype
Hi, I`m upgrade to new version of architect and when open my project architect remove from my code xtype: 'splitter' from splitter. Code sample
previous:
{
xtype: 'splitter',
id: 'lp_search_lp_results_splitter',
defaultSplitMax: 700,
defaultSplitMin: 200
},
after upgrade:
{
id: 'lp_search_lp_results_splitter',
defaultSplitMax: 700,
defaultSplitMin: 200
}
Jaroslav Hurdes
-
14 Nov 2012 6:12 AM #2
Architect Build tested:Edit: put in the debug report form.- Build: 676
- Ext Js 4.1.x
- We found the same problem. The config items show up when set to a values other than default. It's just the xtype: 'splitter' line that is missing. Without the xtype the config items really don't mean anything.
- Create a new Ext Js 4.1.x project
- Add viewport and panel, splitter then panel
- Look at code - xtype: splitter is missing
- The xtype: 'splitter' should be in the empty {} between the two panels
- empty {} where the xtype: 'splitter' should be
Screenshot, Project, or Video:Possible fix:- Work around until fix: We did find that if we promoted the splitter to a class then it works. Hope they fix this soon because splitter classes is taking promoting to classes just a tad too far, unless you plan on using the same splitter configuration over and over again which we don't.
- Windows 7
Edit: uploaded screen shot
-
14 Nov 2012 7:34 AM #3
Workaround
Workaround
My simple workaroun is:
1, set id on the splitter: id: splitter_id.
2, after publishing replace id with xtype: splitter, id: splitter_id

-
14 Nov 2012 7:41 AM #4
Thanks for the report! I have opened a bug in our bug tracker.
-
11 Dec 2012 6:12 PM #5
Any updates?
Any updates?
Do you know when this fix will be released to the masses? It is quite annoying to have to manually update your js files.
Thanks,
John
-
22 Feb 2013 10:19 AM #6
When will this fix be deployed live?
When will this fix be deployed live?
I'm using Architect 2.1.0 build 678 which still has this bug. What does:
According to our records the fix was applied for DSGNR-2658 in Sprint 34.
translate to as far as when this will be deployed live?
-
22 Feb 2013 11:08 AM #7
It will be available in Architect 2.2.
Aaron Conran
@aconran
Sencha Architect Development Team
Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-2658
in
Sprint 34.


Reply With Quote