Skip to main content

Bug Tracker

Side navigation

#10629 closed bug (fixed)

Opened November 01, 2011 03:56PM UTC

Closed November 18, 2011 12:43AM UTC

Last modified December 12, 2011 04:12AM UTC

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:
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.

Attachments (0)
Change History (5)

Changed November 01, 2011 03:56PM UTC by timmywil comment:1

component: unfiledsupport
milestone: None1.7.1
owner: → timmywil
priority: undecidedblocker
status: newassigned

Changed November 14, 2011 05:14PM UTC by rwaldron comment:2

milestone: 1.7.11.next

Changed November 16, 2011 08:16PM UTC by dmethvin comment:3

milestone: 1.next1.7.1

Changed November 18, 2011 12:43AM UTC by timmywil comment:4

resolution: → fixed
status: assignedclosed

Changed December 12, 2011 04:12AM UTC by mike@beweb.co.nz comment:5

Good, this was a mess!