Closed
Bug 76929
Opened 24 years ago
Closed 21 years ago
mousemove event is cancelable
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.7beta
People
(Reporter: vladimire, Assigned: bzbarsky)
Details
(Keywords: testcase)
Attachments
(2 files)
3.62 KB,
text/html
|
Details | |
19.46 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
Mousemove event is cancelable but according to the standards its not suppose to
be.
See the attached testcase
Reporter | ||
Comment 1•24 years ago
|
||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.2
Reporter | ||
Updated•23 years ago
|
Priority: -- → P4
![]() |
Assignee | |
Comment 3•21 years ago
|
||
![]() |
Assignee | |
Comment 4•21 years ago
|
||
Comment on attachment 142569 [details] [diff] [review]
Patch
bryner, would you review? the important part is the nsMouseEvent constructor
change. The rest is just moving defines so I can access them in that
constructor....
Attachment #142569 -
Flags: superreview?(bryner)
Attachment #142569 -
Flags: review?(bryner)
Comment 5•21 years ago
|
||
Comment on attachment 142569 [details] [diff] [review]
Patch
Looks good.
Attachment #142569 -
Flags: superreview?(bryner)
Attachment #142569 -
Flags: superreview+
Attachment #142569 -
Flags: review?(bryner)
Attachment #142569 -
Flags: review+
![]() |
Assignee | |
Updated•21 years ago
|
Assignee: joki → bzbarsky
Priority: P4 → --
Target Milestone: Future → mozilla1.7beta
![]() |
Assignee | |
Comment 6•21 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
If this is working can someone update
http://www.mozilla.org/docs/dom/mozilla/bug-events.html
![]() |
Assignee | |
Comment 8•18 years ago
|
||
Done. Thanks for the heads-up!
You need to log in
before you can comment on or make changes to this bug.
Description
•