Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

> IE7 picker z-placement issue #170

Closed
wants to merge 1 commit into from
Closed

> IE7 picker z-placement issue #170

wants to merge 1 commit into from

Conversation

ajbeaven
Copy link
Contributor

Less than IE7 incorrectly returns 0 as the z-index of the picker's siblings when trying to place it, meaning the picker can sometimes be placed behind elements when it should be in front. For example, if the datepicker is inside a bootstrap modal, the picker will be displayed behind the modal and also behind the grey overlay.

Just added the check purely for ie.

…hen trying to place it, meaning the picker can sometimes be placed behind elements when it should be in front
@dferrin
Copy link

dferrin commented Sep 6, 2012

Having the same problem with ie7. The datepicker doesn't appear when inside a bootstrap modal.

fadomire added a commit to fadomire/bootstrap-datepicker that referenced this pull request Nov 26, 2013
i guess that when calculating proper z-index for the datepicker, we should find the max z-index value of parents() and not stop at first

related to uxsolutions#533 uxsolutions#170 uxsolutions#683 uxsolutions#678 uxsolutions#656 uxsolutions#665 uxsolutions#634 uxsolutions#621 uxsolutions#609
@acrobat
Copy link
Member

acrobat commented Dec 15, 2014

Fixed in #710

@acrobat acrobat closed this Dec 15, 2014
@acrobat acrobat mentioned this pull request Dec 15, 2014
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants