Closed
Bug 210025
Opened 22 years ago
Closed 8 years ago
plugin event listeners should call PreventDefault rather than returning NS_ERROR_FAILURE
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: peterlubczynski-bugs, Assigned: peterlubczynski-bugs)
Details
....from bug 209033, comment #26, bryner suggests using
aKeyEvent->PreventDefault() instead of returning NS_ERROR_FAILURE because it's
cleaner. We should probably fix all the event listeners like this so I'm opening
this bug to track that change.
Updated•16 years ago
|
QA Contact: bmartin → plugins
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•