Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Can you attach a simple test case that demonstrates the problem?