bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Modal less configurable since replace: true removed

Open connorwyatt opened this issue 8 years ago • 2 comments

Bug description:

The $uibModalStack directive uses hard-coded values for z-index and animation class, meaning that they are not configurable. Before the removal of replace: true it was possible to do so as your windowTemplate was used in place of the default wrapper.

I am asking for a configuration option to allow both to be specified.

I am aware that the z-index needs to include some way of setting higher indexed modals above lower indexed ones so I am suggesting having a baseZIndex property in the config.

Config

Link to minimally-working plunker that reproduces the issue:

N/A

Steps to reproduce the issue:

N/A

Version of Angular, UIBS, and Bootstrap

Angular: 1.5.8

UIBS: 2.5.0

Bootstrap: N/A

connorwyatt avatar Feb 16 '17 16:02 connorwyatt

I can confirm this. Since: https://github.com/angular-ui/bootstrap/commit/96d52ce150219c4071ef4ebf7c4ec0f7ab3bdb81 it is not possible anymore to specify the z-index by editing the template, because this part has been removed.

But we NEED such a possibility! Please open https://github.com/angular-ui/bootstrap/issues/3580 and https://github.com/angular-ui/bootstrap/issues/2373 again!

loxy avatar Aug 14 '17 13:08 loxy

Some words to our usecase. We are running a portal app which includes several apps in an iframe, always one at a time. We can open a modal in an app or in the portal. And so we control over the z-index especially the place the backdrop right...

loxy avatar Aug 14 '17 13:08 loxy