Closed
Bug 68493
Opened 25 years ago
Closed 24 years ago
document.body in frameset document is undefined but should yield the outermost FRAMESET element
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: martin.honnen, Assigned: jst)
Details
(Whiteboard: [HAVE FIX])
Attachments
(3 files)
|
275 bytes,
text/html
|
Details | |
|
1.59 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.51 KB,
patch
|
Details | Diff | Splinter Review |
DOM level 1 HTML specifies that in frameset documents
document.body
should yield the outermost
HTMLFramesetElement
but Mozilla doesn't set that but returns
undefined
. This might be a regression as I think in earlier milestones it worked
| Reporter | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
OS: Windows 95 → All
Priority: -- → P3
Hardware: PC → All
Whiteboard: [HAVE FIX]
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 3•24 years ago
|
||
pollmann sez r=pollmann
| Assignee | ||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
declare |node| such that its lifetime extends beyond your |return| statement,
and switch your |NS_SUCCEEDED| test to an |NS_FAILED| test, and I'm happy. With
those changes, sr=scc.
| Assignee | ||
Comment 6•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Component: DOM Level 1 → DOM HTML
Comment 9•24 years ago
|
||
verified on Build 2001-06-21-11.0.9.1 (windows 2000)...marking as verified
Status: RESOLVED → VERIFIED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•