Jason Johnston

Results 208 comments of Jason Johnston

@gruber76 Any word on that testcase? I'd like to get a proper fix in asap.

FYI here's my potential fix -- https://github.com/lojjic/PIE/tree/currentStyle-check This checks for the presence of currentStyle at the start of each update, and if it's not present then it exits right away...

See my comment on your gist, there seems to be an error in the gist code and fixing that allows IE9 to render without error. Unfortunately without a testcase I'll...

@balu980 I tried to create a testcase that does the steps you described, but was unable to trigger an error. Are you able to create a testcase, or point me...

The delay, unfortunately, is necessary. This is because PIE has to listen to mouseover/out events, and IE fires those events _before_ the :hover styles from the CSS are applied to...

@stephenanders Thanks for the jquery reference, that's very helpful. Are either of you able to provide a standalone testcase document that triggers the error, so I can test the fix...

Similar report in the forums: http://css3pie.com/forum/viewtopic.php?f=6&t=1975 I really need a test case for this. Can anybody help me out with that?

What kind of background? Please provide a test case.

It looks like you're applying the border-radius to the li, but the image itself is on a child div. PIE is unable to clip child elements to a parent's border-radius,...

@jrt324 I don't know of a better solution.