Jason Johnston

Results 208 comments of Jason Johnston

I don't see any way around this, it will likely just have to be a documented gotcha.

I don't quite understand this, the :invalid pseudoclass is not supported by IE at all, so I wouldn't expect PIE to be able to respond to it. Or are you...

This 2px-off issue is due to a default 2px-wide border that IE in quirks mode applies to the document's body. It only occurs if your element's positioning context is the...

It actually looks like this jQuery bug has finally been fixed: https://github.com/jquery/jquery/pull/434 and http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/ Can someone try the jQuery 1.6.3 release and make sure this is truly fixed?

Does the memory go back down when the page is reloaded? When you say "Removing 'behavior' properties fixes the problem", do you mean removing the behavior property manually from each...

Do you have somewhere showing this bug in action that I could look at?

Hmmm, I don't get that error when setting `swcMinify: true` and running that command in your stackblitz. Are there any additional steps needed?

Thanks, that worked to reproduce it. It seems there is a bug in how swcMinify is rewriting the code. This seems to be the culprit: That `r < r +...

Great! I'm going to close this issue then. 🎉

I agree, it would be great to collaborate in some way. Here's our issue tracker ticket for the transforms feature: https://github.com/lojjic/PIE/issues/137 And here's some discussion around a preliminary implementation: https://github.com/lojjic/PIE/pull/148