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 comment:1
component: | unfiled → support |
---|---|
milestone: | None → 1.7.1 |
owner: | → timmywil |
priority: | undecided → blocker |
status: | new → assigned |
Changed November 14, 2011 05:14PM UTC by comment:2
milestone: | 1.7.1 → 1.next |
---|
Changed November 16, 2011 08:16PM UTC by comment:3
milestone: | 1.next → 1.7.1 |
---|
Changed November 18, 2011 12:43AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed December 12, 2011 04:12AM UTC by comment:5
Good, this was a mess!