Open
Bug 891939
Opened 12 years ago
Updated 3 years ago
Determine if viewNode detail passed with ViewHiding and ViewShowing events are necessary
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
Details
The ViewHiding and ViewShowing events both pass a viewNode detail, which is redundant since those two events fire on said viewNode. So event listeners should just be able to use the event target instead of the detail.
I think these are safe to remove, but we should look more closely just to be sure.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•