Closed
Bug 47930
Opened 25 years ago
Closed 25 years ago
PresShell::HandleEventInternal does not always set return value
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
Details
(Whiteboard: [fixinhand][nsbeta3+])
The PresShell::HandleEventInternal function defines a return value variable on
the first line, but it may end up returning this uninitialized value.
The fix: set the return value to NS_OK in the beginning.
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Updated•25 years ago
|
Whiteboard: [fixinhand] → [fixinhand][nsbeta3+]
Assignee | ||
Comment 1•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•