Closed
Bug 335763
Opened 19 years ago
Closed 6 years ago
Subframes in a document can cause DOM classes to not set up correctly
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mrbkap, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
See the testcase, it should alert "It's foopy time" but it doesn't because the GetProperty in nsDOMClassInfo::PostCreate fails to resolve the HTMLBodyElement constructor and instead resolves thee frame name without ever setting up the HTMLBodyElement prototype chain.
I'm marking this dependent on bug 297145 because getting rid of the JS_GetProperty will fix this bug as well.
Reporter | ||
Comment 1•19 years ago
|
||
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 2•15 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100503 Firefox/3.6.4
WFM
Comment 3•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•