This is just a fix to stop the error, but it does not change the fact that FF
has issue with iframes that are injected into the dom with a style of
display:none. While the error goes away, the code inside the iframe still
fails. For example, loading the ui jquery tabs into an iframe that is given
a display:none value on page load will result in the tab system not working.

This can be fixed by using the visibility property instead of the
display:none property...but this causes a another list of issues as well.

I'm a bit stumped on this issue...


-- 
View this message in context: 
http://www.nabble.com/iframe-bug-document.defaultView.getComputedStyle%28elem%2Cnull%29-tf4605626s27240.html#a13297096
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to