Closed
Bug 292799
Opened 20 years ago
Closed 14 years ago
canvas need not override GetContentForEvent
Categories
(Core :: Graphics: Canvas2D, defect, P4)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
People
(Reporter: Biesinger, Unassigned)
References
Details
canvas's impl of this function is the same as nsFrame's:
http://lxr.mozilla.org/seamonkey/source/layout/generic/nsHTMLCanvasFrame.cpp#201
http://lxr.mozilla.org/seamonkey/source/layout/generic/nsFrame.cpp#962
| Reporter | ||
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
Updated•17 years ago
|
Priority: -- → P4
Comment 2•14 years ago
|
||
There's a small difference, http://mxr.mozilla.org/seamonkey/source/layout/generic/nsHTMLCanvasFrame.cpp#260 does an argument check. Is there a reason for this? Or can we just merge them?
Comment 3•14 years ago
|
||
You're looking at the seamonkey tree, I'm not sure exactly what that is but in mozilla-central nsHTMLCanvasFrame doesn't override GetContentForEvent. So this is fixed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•