-
20 Jan 2011 1:18 AM #1
[PENDING] Panel config 'floating' should be a z-index
[PENDING] Panel config 'floating' should be a z-index
The Panel configure option 'floating' is defined as a boolean value in ExtDesigner.
If you want to have floating Panels (for visual reasons) and a MessageBox 'floating'
above all, you will need more than 2 layers and hence have to specify the layer (i.e. z-index)
of the Panels:
This isn't possible using the ExtDesigner.Code:floating: {zindex:1000},
-
20 Jan 2011 4:17 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
You are right, it is not. If you make your Panel an exported class, you can add this config in the .js implementation file.
Have you considered a Window?
-
20 Jan 2011 5:51 AM #3
Thanks for your reaction.
In the meantime, I digged a bit deeper. The real problem seem to be within the
Window or Window Manager code,
that should compute the maximum z-index. Because a MessageBox should 'float' on a
level above everything else the WindowManager should compute the maximum z-index
of everything currently visible (and add something for the MessageBox).
Obviously, it does not do this as expected (by me).
If this would work, I would not care about the z-index in ExtDesigner...
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[PENDING] Transforming FormPanel into Panel problem
By j-joey in forum Ext Designer: BugsReplies: 1Last Post: 21 Jan 2011, 4:47 PM -
Set Floating Element Visible in config?
By gcallaghan in forum Sencha Touch 1.x: DiscussionReplies: 0Last Post: 19 Nov 2010, 11:04 AM -
What does the floating config property actually do?
By parky128 in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 25 Oct 2010, 4:01 AM -
[OPEN-451] textfield with focus in floating panel causes errors on hide of panel
By djkraz in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 21 Oct 2010, 3:47 PM


Reply With Quote