Closed
Bug 527657
Opened 16 years ago
Closed 16 years ago
Mouse move events are no longer sent when the app is inactive
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
2.83 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
This stopped working when we switched to the 10.5 SDK.
Steps to reproduce:
1. Click the desktop so that Firefox is no longer the active application.
2. Right-click into the Firefox window in order to open a context menu.
3. Move your mouse over the menu items and observe whether they're highlighted.
Expected results:
The items should highlight.
Actual results:
They don't, as of bug 501436.
| Assignee | ||
Comment 1•16 years ago
|
||
This turned out to be rather simple.
The AppKit notes at http://developer.apple.com/mac/library/releasenotes/cocoa/AppKitOlderNotes.html#NSTrackingArea mention something called "NSDispatchMonitoredEvents" that can be set in some way, but I don't understand what to do with that. A Google search for NSDispatchMonitoredEvents turns up exactly one result: those AppKit notes.
| Assignee | ||
Comment 2•16 years ago
|
||
Tweaked the comment a little to mention the SDK stuff, so that it becomes clear that it's fine to have the switch at compile-time, not at runtime.
Attachment #411395 -
Attachment is obsolete: true
Attachment #411396 -
Flags: review?(joshmoz)
Attachment #411395 -
Flags: review?(joshmoz)
Attachment #411396 -
Flags: review?(joshmoz) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•