Christian Schaefer
Christian Schaefer
Can you send me a link? Couldn't replicate it here, so it seems to depend on the details. What I would generally suggest though is NOT to apply it to...
Can you send me a link to a testcase?
If you send me a pull request I can add it.
I guess you applied the polyfill the Paul Irish way, meaning like: ``` css * { box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc); } ``` That's the first thing you probably should not...
Is it still there? If yes: it is the the restore function trying to restore DOM elements that might already be deleted at that point (due to reload)
Removed the error for the new version I just pushed. Should keep your console sane, now.
Should be fixed with the new version of yesterday.
What if you edit the boxsizing.htc and Remove the line <attach event="ondetach" onevent="restore()" /> ?
Try the new version I just pushed today. Does that one work?
That could very well be. Will look into it!