Author: sevein
Date: Thu Sep 29 13:44:17 2011
New Revision: 9877
Log:
YUI dialogs z-index 20000
Modified:
trunk/js/aclDialog.js
trunk/js/dialog.js
Modified: trunk/js/aclDialog.js
==============================================================================
--- trunk/js/aclDialog.js Thu Sep 29 13:33:24 2011 (r9876)
+++ trunk/js/aclDialog.js Thu Sep 29 13:44:17 2011 (r9877)
@@ -71,7 +71,7 @@
this.config = {
width: "480px",
- zIndex: "100",
+ zIndex: 20000,
fixedcenter: true,
draggable: true,
visible: false,
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Thu Sep 29 13:33:24 2011 (r9876)
+++ trunk/js/dialog.js Thu Sep 29 13:44:17 2011 (r9877)
@@ -109,7 +109,9 @@
fixedcenter: true,
modal: true,
postmethod: 'none',
- visible: false });
+ visible: false,
+ zIndex: 20000 });
+
// Render TabView from markup if exists (for example:
relatedContactInformation)
var $tabview = $yuiDialogWrapper.find('.yui-navset');
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.