Open
Bug 563061
Opened 15 years ago
Updated 3 years ago
idle events don't fire when Firefox is not in the foreground
Categories
(Core :: Widget, defect)
Tracking
()
NEW
People
(Reporter: jgriffin, Unassigned)
Details
On Windows 7, if Firefox is launched and it never appears in the foreground (because another window was brought to the front before the Firefox window appeared, for instance), idle events from nsIIdleService will never be sent to registered listeners. The event will only be generated after Firefox has been brought to the foreground.
In my case, this interferes with a test extension I'm creating for Weave; the extension waits for an idle event before syncing, but in cases where Firefox is not in the foreground, the idle event never appears, so the test times out.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•