Side navigation
#3969 closed bug (invalid)
Opened January 23, 2009 12:19AM UTC
Closed March 02, 2009 12:30AM UTC
Error in 1.3.1 on line 3670
Reported by: | offwhite | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | core | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
this[i].style has no properties
I started to reference 1.3.1 where the page works fine with 1.2.3 and 1.2.6 but 1.3.1 fails. It may be due to a div that has "display: none" set in the style.
I am working in Firefox 2 with Firebug 1.3.0 and the value for this[i].style.display is "none" but somehow it is failing. Maybe it is failing at another running instance of this method where style really does not have any properties.
Can you attach a simple test case that demonstrates the problem?