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

Incorrect padding in polyfill browsers without border-box box sizing #67

Open
karlhorky opened this issue Jan 10, 2017 · 1 comment
Open
Assignees
Labels

Comments

@karlhorky
Copy link
Owner

karlhorky commented Jan 10, 2017

Unless you use box-sizing: border-box, still getting wrong padding with version 1.4.5 on IE11 latest / Win 7.

gray-1 4 5-ie11

Testcase IE11: http://jsfiddle.net/41weta35/9/

This does however work properly on the demo website.

Originally reported in #44 (comment)

@karlhorky karlhorky self-assigned this Jan 10, 2017
@karlhorky karlhorky changed the title Incorrect padding Incorrect padding in polyfill browsers Jan 10, 2017
@karlhorky
Copy link
Owner Author

Workaround is to use box-sizing: border-box:

https://jsfiddle.net/41weta35/10/

cc @TKES

@karlhorky karlhorky changed the title Incorrect padding in polyfill browsers Non-border-box box sizing causes incorrect padding in polyfill browsers Jan 26, 2017
@karlhorky karlhorky changed the title Non-border-box box sizing causes incorrect padding in polyfill browsers Incorrect padding in polyfill browsers without border-box box sizing Jan 26, 2017
@karlhorky karlhorky added the bug label Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant