Modify ↓
Ticket #10629 (closed bug: fixed)
IE is much too sensitive concerning the fake body. Explore cleaning up support.js to avoid any future crashes.
| Reported by: | timmywil | Owned by: | timmywil |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7.1 |
| Component: | support | Version: | 1.7b2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Dave and I have been delving into this issue and we agree that the best solution is probably to defer any support tests that absolutely need a body until doc ready.
Notes to keep in mind:
- Some tests can be attached to a fragment rather than a body
- testElementStyles could be a string
- Perhaps a fake body can still be created for frameset docs that don't have a body at doc ready, but creating a fake body before doc ready seems to cause many issues.
Change History
comment:1 Changed 19 months ago by timmywil
- Owner set to timmywil
- Priority changed from undecided to blocker
- Status changed from new to assigned
- Component changed from unfiled to support
- Milestone changed from None to 1.7.1
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.
