Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#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: Timmy Willison Owned by: Timmy Willison
Priority: blocker Milestone: 1.7.1
Component: support Version: 1.7b2
Keywords: Cc:
Blocked by: Blocking:

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:

  1. Some tests can be attached to a fragment rather than a body
  2. testElementStyles could be a string
  3. 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 (5)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledsupport
Milestone: None1.7.1
Owner: set to Timmy Willison
Priority: undecidedblocker
Status: newassigned

comment:2 Changed 12 years ago by Rick Waldron

Milestone: 1.7.11.next

comment:3 Changed 12 years ago by dmethvin

Milestone: 1.next1.7.1

comment:4 Changed 12 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed

comment:5 Changed 11 years ago by mike@…

Good, this was a mess!

Note: See TracTickets for help on using tickets.