Closed
Bug 707677
Opened 13 years ago
Closed 13 years ago
Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code
Categories
(Core :: General, defect)
Core
General
Tracking
()
VERIFIED
FIXED
mozilla11
People
(Reporter: dao, Assigned: jan)
References
Details
(Whiteboard: [good first bug][mentor=dao][lang=js])
Attachments
(1 file, 2 obsolete files)
16.87 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
event.getPreventDefault is deprecated, we should use event.defaultPrevented instead.
Affected files:
http://mxr.mozilla.org/mozilla-central/search?string=getPreventDefault&case=1&find=&findi=&filter=\.%28js|xml|xul|html%29&hitlimit=&tree=mozilla-central
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jan.bambach
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #579132 -
Flags: review?
Assignee | ||
Updated•13 years ago
|
Attachment #579132 -
Flags: review? → review?(dao)
Reporter | ||
Comment 2•13 years ago
|
||
Did you intentionally leave out content/events/test/test_bug508906.html and content/xul/content/test/test_bug486990.xul?
In browser/base/content/browser-places.js and content/events/test/test_bug493251.html there are comments referring to getPreventDefault(), by the way -- those should be updated as well.
Reporter | ||
Comment 3•13 years ago
|
||
Also, you seem to have missed one instance in toolkit/content/widgets/wizard.xml as well as toolkit/content/widgets/dialog.xml.
Assignee | ||
Updated•13 years ago
|
Attachment #579132 -
Attachment is obsolete: true
Attachment #579132 -
Flags: review?(dao)
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #579799 -
Flags: review?(dao)
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #579801 -
Flags: review?(dao)
Reporter | ||
Comment 6•13 years ago
|
||
Attachment #579799 -
Flags: review?(dao) → review+
Reporter | ||
Comment 7•13 years ago
|
||
Comment on attachment 579801 [details] [diff] [review]
Adding the name to the contributors section. (Optional)
I think we probably shouldn't do this for non-invasive search-and-replace changes. For instance, when another contributor wants to do something in b2g/chrome/content/shell.js and is looking for guidance, you probably wouldn't want that contributor to contact you just because you're in the contributors section of that file.
Attachment #579801 -
Attachment is obsolete: true
Attachment #579801 -
Flags: review?(dao)
Reporter | ||
Comment 8•13 years ago
|
||
Target Milestone: --- → mozilla11
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•