Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Null Error at si.backgroundInfo.getProps().bgImages[index] (IE7) #229

Closed
KeesCBakker opened this issue Jul 11, 2012 · 3 comments
Closed

Comments

@KeesCBakker
Copy link

When an element has been faded away I get a Null Error. I fixed it by altering line 2779:

bg = si.backgroundInfo.getProps().bgImages[index],

to

bg = si.backgroundInfo.getProps() != null ? si.backgroundInfo.getProps().bgImages[index] : { },

My developers also reported this behavior in IE8, but I can't reproduce it. Hope it helps.

@lojjic
Copy link
Owner

lojjic commented Jul 11, 2012

What do you mean by "faded away"? Do you have a testcase?

What version of PIE is this in?

@lojjic
Copy link
Owner

lojjic commented Jan 22, 2013

Please provide more info about this issue, otherwise I'll close it.

@lojjic
Copy link
Owner

lojjic commented Feb 18, 2013

Closing due to lack of information. Please reopen if you can provide a testcase or additional information that allows me to reproduce the issue.

@lojjic lojjic closed this as completed Feb 18, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants