[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-11-12 Thread Geoffrey
I think this this is covered by bug 1661 http://dev.jquery.com/ticket/1661 I just ran into this problem as well. Hopefully it will be addressed soon. On Oct 10, 11:41 pm, Skilip [EMAIL PROTECTED] wrote: Hi, I found a bug with jQuery version 1.2. It concerns the following error generated by

[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-11-12 Thread Geoffrey
As a quick fix for this problem, you can make a plugin (I think this would classify as a plugin) just add the following after you include jquery jQuery.extend({ curCSS: function(elem, prop, force) { var ret, stack = [], swap = []; // A helper method for

[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-10-19 Thread codylindley
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

[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-10-15 Thread romalley
Skilip, Thank you for this posting! We ran into the exact problem and your fix killed the bug in minutes. I do hope it makes it into the official jQuery.js release. Bob On Oct 11, 3:41 am, Skilip [EMAIL PROTECTED] wrote: Hi, I found a bug with jQuery version 1.2. It concerns the following

[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-10-11 Thread Karl Rudd
If you go to the jQuery home page, under the Developer Resources heading there is a link to Submit a New Bug Report. You'll need to register. Karl Rudd On 10/11/07, Skilip [EMAIL PROTECTED] wrote: Hi, I found a bug with jQuery version 1.2. It concerns the following error generated by Firebug