Jason Johnston
Jason Johnston
@laughinghan Thanks for the compliment, unfortunately I'm not going to be able to put any code together to demonstrate, as I don't even have an old-IE virtual machine set up...
Does setting -pie-track-hover:false help?
Everyone: the original post said that it works fine in native IE8, and only fails in IE9 running in IE8 compatibility mode. Can you please verify for me that this...
This sounds a lot like issue #88.
The biggest issue is that saying "I only need border-radius" sounds very simple but that's actually misleading. The real question is what visual elements does your element have, that would...
Do you see this error when visiting css3pie.com with that same browser?
OK, so it must be something specific about the content or environment of the page you're testing. Can you provide a standalone testcase, or enough information to reliably reproduce it?
Does it work if you leave off the quotes? There was a bug in beta1 with that (fixed in master)
Thanks for the patch. I'm not sure this would work though -- currentStyle.getAttribute is a function so I'd expect it to throw a "getAttribute is not a function" error if...
Awesome, thanks. :) Since we're discussing it I do have some additional thoughts about this issue... 1) Since PIE really can't do much of anything without currentStyle being present, I'd...