Open
Bug 563410
Opened 16 years ago
Updated 3 years ago
nsXULPopupManager::HidePopupsInList doesn't pass aDeselectMenu to HidePopup
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
Details
The comment at http://hg.mozilla.org/mozilla-central/rev/2f5d4d724807#l4.87 says
> aDeselectMenu
> indicates whether to deselect the menu of popups when hiding; this
> flag is passed as the first argument to HidePopup.
but the implementation doesn't agree - it always passes PR_TRUE and aDeselectMenu is unused. This code hasn't changed since it was added in bug 394600.
Should we change the implementation or remove the argument?
Comment 1•16 years ago
|
||
The implementation should be changed.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•