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

IE9 and the incredible shrinking scrollboxes #3699

Closed
gibson042 opened this issue Jun 20, 2017 · 2 comments · Fixed by #3729 or GulajavaMinistudio/jquery#14
Closed

IE9 and the incredible shrinking scrollboxes #3699

gibson042 opened this issue Jun 20, 2017 · 2 comments · Fixed by #3729 or GulajavaMinistudio/jquery#14

Comments

@gibson042
Copy link
Member

80f1c82 worked everywhere except IE9: http://swarm.jquery.org/result/2255930

Investigation traced the root cause to a mishandling by that browser of box-sizing: content-box, particularly in combination with overflow: scroll... specifically, getComputedStyle seems to always report content box dimensions, even for border-box elements, and the lack of accounting for scrollbars means that round-trip set operations shrink such elements: https://jsbin.com/zotomuqoho/edit?html,css,js,output

@mamieS99
Copy link

I have to look at video again this looks different and i get confused of the step, will have to come back. Cant do it yet. #

@Krinkle
Copy link
Member

Krinkle commented Jul 18, 2017

While now fixed in IE 9, the fix subsequently broke IE 10/11. #3731

@lock lock bot locked as resolved and limited conversation to collaborators Jun 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants