Closed
Bug 54341
Opened 25 years ago
Closed 25 years ago
window.event has no properties error : prevents from working
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: alci, Assigned: jst)
References
(
URL
)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.17 i686; en-US; m18) Gecko/20000926
BuildID: 2000092621
The left side menu in phpPgAdmin doesn't work because of an error saying
"window.event has no properties" in the javascript console.
Reproducible: Always
Steps to Reproduce:
1) log in phpPgAdmin
2) click on the + sign behind the database name (should show the tables list)
3) look in the javascript console for the error
Actual Results: doesn't show the expected list
Expected Results: show the list
Comment 1•25 years ago
|
||
DOM, not engine. Changing component to DOM Level 0 -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
Comment 2•25 years ago
|
||
Thank you for reporting this, but I have to mark this Invalid. Window.event
is IE's way of referencing events. This does not work in Mozilla or Navigator.
Compare bug 46536 -
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 3•25 years ago
|
||
vrfy invalid
Comment 5•22 years ago
|
||
*** Bug 223619 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
*** Bug 223619 has been marked as a duplicate of this bug. ***
Comment 7•21 years ago
|
||
*** Bug 273302 has been marked as a duplicate of this bug. ***
Comment 8•21 years ago
|
||
*** Bug 276165 has been marked as a duplicate of this bug. ***
Comment 9•20 years ago
|
||
*** Bug 305559 has been marked as a duplicate of this bug. ***
Comment 10•19 years ago
|
||
*** Bug 358752 has been marked as a duplicate of this bug. ***
Comment 11•19 years ago
|
||
*** Bug 358752 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•