Open Bug 881542 Opened 11 years ago Updated 2 years ago

There are no sidebar show/hide events

Categories

(Firefox :: General, defect)

defect

Tracking

()

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'
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.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.