Open
Bug 881542
Opened 11 years ago
Updated 2 years ago
There are no sidebar show/hide events
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
NEW
People
(Reporter: evold, Unassigned)
References
Details
There should be show/hide events to the observer service when a sidebar is opened or closed, providing the window object as a subject.
Maybe called 'window-sidebar-open' and 'window-sidebar-close'
Reporter | ||
Comment 1•11 years ago
|
||
At the moment I am hacking around the issue with a DOM Mutation observer and checking the 'hidden' property of the 'sidebar' xul element, and waiting for the DOMWindowCreated event in the show event case.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•