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

Fix IE7 z-index issue with modal #683

Closed
wants to merge 1 commit into from
Closed

Fix IE7 z-index issue with modal #683

wants to merge 1 commit into from

Conversation

fdaugan
Copy link
Contributor

@fdaugan fdaugan commented Nov 4, 2013

When a datepicker in within a BS modal, the dropdown is not visible in IE7 since IE7 return '0' and not 'auto' value for undefined attribute.
Credits : http://stackoverflow.com/questions/13074624/how-do-i-get-twitter-bootstrap-datepicker-to-work-in-ie7

When a datepicker in within a BS modal, the dropdown is not visible in IE7 since IE7 return '0' and not 'auto' value for undefined attribute.
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
@eternicode eternicode closed this Mar 2, 2014
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.

2 participants