Skip to content

Conversation

@edmenendez
Copy link

No description provided.

…e the popover appears below the backdrop.

Simply disable the backdrop.
… set to true, it will use a different way of displaying the overlay.

The original overlay does not work well if there are 3d transformations on the page (i.e. iScroll). This uses a different way to create the overlay.
@clu3
Copy link
Owner

clu3 commented Jul 30, 2013

Hi @edmenendez
Thanks alot for the pull request, I have 2 points

  1. I don't know about iScroll and I'm not sure what you mean by z-index confusion, but could it be simpler by specifying a zIndex for the bootstrap overlay so they won't conflict?
  2. I completely agree that there should be a "showBackdrop" setting

Cheers

@edmenendez
Copy link
Author

It's related to WebKit bug 61824 and various people have run into it as seen in StackOverflow 👎

iScroll happens to be one package that uses transform z-index, but definitely not the only one. My solution is simply a workaround to avoid the problem for now by creating the layer out of four boxes instead of a single clean layer like you have it only if you pass useBackdropMethod2 true.

@clu3
Copy link
Owner

clu3 commented Aug 12, 2013

Sorry @edmenendez i'd love to merge your pull request but I feel like it will make this little utility more complex. I want to keep it really simple. However, I'll mention your request and fork in the README and demo docs as soon as I can. Thanks a lot for your input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants