-
21 Mar 2011 5:51 AM #1
[CLOSED] xdx_index.js automatically shows window in 1.1.1 (Bug or Feature)?
[CLOSED] xdx_index.js automatically shows window in 1.1.1 (Bug or Feature)?
Hi Jarred,
using a promoted window class leads to automatically creating something like
var cmp2 = new UO.designer.FormWindow({
renderTo: Ext.getBody()
});
cmp2.show();
right after showing my viewport.
Normally, my windows are shown programatically and i think there is no switch to control this behavior.
How should this feature be controlled/used?
Greets Holger
-
21 Mar 2011 5:56 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
This is by design, and it was that way before 1.1.1. The xds_index.js is meant as a means to quickly preview your components in live browsers, and that includes being able to preview your windows
It's not meant to be used verbatim, you should maintain your own HTML file(s) that consume your exported components. Or, turn off the xds_* file export, and you can remove the call to show() on your windows.Last edited by jarrednicholls; 21 Mar 2011 at 5:57 AM. Reason: typos
-
21 Mar 2011 8:38 AM #3
OK, i expected something like that ;-)
Cheers Holger
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Button of my WINDOW should be AUTOMATICALLY CLICKED
By sanmax in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 27 Jun 2010, 11:32 PM -
[CLOSED]Bugs from 3.0.0 to 3.1.1: Toolbar does not size automatically.
By MakFracta in forum Ext 3.x: BugsReplies: 2Last Post: 24 Mar 2010, 2:02 PM -
[CLOSED][3.0] Ext.form.DateField date picker always shows behind modal window
By thirstypixel in forum Ext 3.x: BugsReplies: 5Last Post: 8 Jul 2009, 1:10 PM -
Modal window mask width problem - shows Hz scrollbar in parent window
By satishp in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 27 May 2009, 11:46 PM -
Feature Request: TabPanel that shows scrolling buttons when space limited
By jraue in forum Community DiscussionReplies: 2Last Post: 19 May 2008, 1:55 AM


Reply With Quote