You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version is veeery slow in IE7 when scrolling, and can prevent it from responding.
Not sure if something in particular triggers this or if it's just the counterpart of recent enhancements, but it is not usable as is anymore.
This is a critical issue.
The text was updated successfully, but these errors were encountered:
That's the first thing you probably should not do. Reason being that you create a dependancy chain accross the DOM, where child elements recalculate based on the size of the parent elment, which is also calculating its own size and so on and so forth.
HTC-files are nothing more than JavaScripts that do calculations on the element they are apllied to. And I guess you heard how badass of a "fast" Javascript engine IE6 & 7 have, right? So lets say you have 100 elements in total on your page, then you have a wide pyramid of elements being scripted. Not good.
Try to apply the polyfill just to the elements where you really only need border-box.
Apart from that: Can you show me an example-page, please?
The latest version is veeery slow in IE7 when scrolling, and can prevent it from responding.
Not sure if something in particular triggers this or if it's just the counterpart of recent enhancements, but it is not usable as is anymore.
This is a critical issue.
The text was updated successfully, but these errors were encountered: