Closed
Bug 70518
Opened 25 years ago
Closed 25 years ago
App continues to process mouseMove events when app is in the bg
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
(Keywords: polish)
Attachments
(1 file)
|
1.29 KB,
patch
|
Details | Diff | Splinter Review |
When mozilla is in the background, every time the mouse moves we get an OS
mouseMove event because our mouseRegion is 1x1 pixels. When in the bg, it should
be GrayRgn to make sure that we don't suck down time destined for other apps.
| Assignee | ||
Updated•25 years ago
|
| Assignee | ||
Comment 1•25 years ago
|
||
Comment 3•25 years ago
|
||
sr=sfraser
Comment 4•25 years ago
|
||
r=saari
| Assignee | ||
Comment 5•25 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•