Closed
Bug 310344
Opened 20 years ago
Closed 19 years ago
window instanceof AbstractView throws exception
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 327156
People
(Reporter: stryker330, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
457 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050928 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050928 Firefox/1.4
The expression |window instanceof AbstractView| throws an exception.
Reproducible: Always
Steps to Reproduce:
window instanceof AbstractView
Actual Results:
Error: uncaught exception: null
Expected Results:
true
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050928
Firefox/1.6a1 ID:2005092815
javascript: alert(window instanceof Object); pops up an alert that says "true"
for me. Related to bug 304423?
Reporter | ||
Comment 2•20 years ago
|
||
window instanceof AbstractView throws null
Reporter | ||
Comment 3•20 years ago
|
||
Attachment #197800 -
Attachment is obsolete: true
Comment 4•20 years ago
|
||
FWIW, splitwindow did not regress this.
Reporter | ||
Comment 5•20 years ago
|
||
Shouldn't be a regression. This bug exists on the 1.7 branch as well:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716
Firefox/1.0.6
![]() |
||
Comment 6•19 years ago
|
||
Marking duplicate of later bug with more info...
*** This bug has been marked as a duplicate of 327156 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Component: DOM: Views and Formatting → DOM: CSS Object Model
QA Contact: ian → general
You need to log in
before you can comment on or make changes to this bug.
Description
•