Minimized Dialog lost behind bottom Dock container

UI Components for JSF
Post Reply
User avatar
undermensch
Posts: 140
Joined: 08 Jul 2010, 14:37
Location: Florida, United States

28 Jul 2011, 13:17

When I minimize a dialog on a screen that has a bottom positioned dock, the minimized dialog get's lost behind the bottom dock container. Can the default z-index be set of ui-dialog-docking-zone to prevent minimized dialog from being lost behind bottom positioned dock container?

Thanks,
PrimeFaces-11.0.6 / Wildfly 24

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

28 Jul 2011, 13:56

I've tried it locally and min dialog is on top of dock in my case, try playing with z-indexes to fix your issue.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

28 Jul 2011, 13:56

Or dock the dialog somewhere else on page;

Code: Select all

.ui-dialog-docking-zone {position: fixed;bottom: 0;left: 0;}

User avatar
undermensch
Posts: 140
Joined: 08 Jul 2010, 14:37
Location: Florida, United States

28 Jul 2011, 15:16

Thanks for the response. I was mistaken. I was using a dock with a fullpage layout with the dock in the south container. To allow dock icons to move over center container on mouseover, I had added the following:

Code: Select all

.ui-layout-south {
                    z-index:20 !important;
                    overflow:visible;
 }
I was too quick to lay blame on the new dialog (which has some very nice new features).
PrimeFaces-11.0.6 / Wildfly 24

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 34 guests