Closed
Bug 728953
Opened 13 years ago
Closed 13 years ago
nsWindow::DispatchEvent doesn't forward some events when maybe it should
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file)
1.56 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
nsWindow::DispatchEvent doesn't forward NS_MOVE or NS_XUL_CLOSE events to the view event handler, sayiing the view ignores these. But nsViewManager::DispatchEvent does have cases for these event types.
Bug 513162 introduced this code.
Assignee | ||
Comment 1•13 years ago
|
||
Should we just forward all events to the view callback (and send the few that matter to the base window)?
Comment 2•13 years ago
|
||
(In reply to Timothy Nikkel (:tn) from comment #1)
> Should we just forward all events to the view callback (and send the few
> that matter to the base window)?
Yep.
Assignee | ||
Comment 3•13 years ago
|
||
Ok. Try server pending.
Assignee | ||
Comment 4•13 years ago
|
||
Good on try.
Assignee: nobody → tnikkel
Attachment #599015 -
Flags: review?(jmathies)
Updated•13 years ago
|
Attachment #599015 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•