Opened 14 years ago
Closed 14 years ago
#3969 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen with a test case if this problem continues in 1.3.2.
Note: See
TracTickets for help on using
tickets.
Can you attach a simple test case that demonstrates the problem?