-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Modal: Work around IE scrollbars not taking up page width #15378
Conversation
Which IE versions are affected? |
10 and 11. |
IE8 also had the same problem though there the scrollbar takes up window width, hence the workaround. |
I can't seem to reproduce this in IE8. Are you using getbootstrap.com? Or do you have a gist? I actually think that you could drop One caution I have, that I'm a bit confused about, in IE |
I was using the visual JS test for the modal though I'm now also unable to reproduce. I think I was talking about another modal related problem.
Good point.
I don't know but that's why the workaround method is only used when |
5196438
to
32f62bc
Compare
My thought is if we can't confirm IE8 having the problem (or IE < 10) we can ditch the Then, once the regression is fixed via the merge, maybe try moving away from even looking to Thoughts? |
Isn't that what this PR would do? We'd be looking at the width instead of the height, or am I misunderstanding something here? |
@hnrch02 yup, lgtm. We should merge a fix for this asap, been hanging out for quite a while Thanks! |
Modal: Work around IE scrollbars not taking up page width
Apparently this also fixed #15718. |
Fixes #15353.
/cc @thcipriani