Closed
Bug 67265
Opened 25 years ago
Closed 25 years ago
onmousemove not creating event object
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: gregory, Assigned: jst)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010131
BuildID: 2000013106
Build 2000013004 works with this page. Build 2000013106 does not.
I tried changing the onmousemove event function to:
function mousemove(){
}
Which worked with IE5.5 but not Mozilla 20000131. I am not sure which is the
correct syntax, but now nothing seems to work with mozilla.
Reproducible: Always
Steps to Reproduce:
1.Go to the URL
2.Click on the title bar "Today's News" and drag.
Actual Results: The "table dialog" does not move.
Expected Results: The window should be draggable, but it just sits there.
Install Mozilla 20000130 and it will work. Remove the "event" paramater from
mousemove and mousedown and it will work in IE5.5.
How exactly is this function supposed to be called with or without the event
object as a paramater?
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 67263 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Component: DOM Level 1 → DOM Events
You need to log in
before you can comment on or make changes to this bug.
Description
•