Modify ↓
Ticket #7469 (closed bug: duplicate)
tds[0] is undefined ... Bug in method for figure out if the W3C box model works as expected (document.body must exist before we can do this)
| Reported by: | morgi1 | Owned by: | morgi1 |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if document.body is frameset don't work div.innerHTML = "<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>"; on the line number 1043
issue is on the line number 1053 - tds[0] is undefined
firefox version 3.6.12
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 please provide a reduced test case in jsfiddle to demonstrate this bug? It would greatly help us bring it to resolution. Thanks!