Closed
Bug 1772291
Opened 3 years ago
Closed 3 years ago
Extend documentation of `XULPopupElement::openPopup*` to reflect behavior when the popup is already opened
Categories
(Core :: XUL, enhancement)
Core
XUL
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
Details
Attachments
(1 file)
Currently, when the popup is already opened, calling those methods has no effect.
Documenting this will allow callers to rely on this.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mbrodesser
| Assignee | ||
Comment 1•3 years ago
|
||
This allows callers to rely on this property.
I didn't extend the documentation for
XULPopupElement::ShowPopupAtScreen because it seems to not have this
property for native context menus.
If that inconsistency is considered a bug, it should be fixed in a
separate ticket.
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/150b9f690f49
extend documentation of `XULPopupElement::openPopup*` to reflect behavior when the popup is already opened. r=NeilDeakin,edgar DONTBUILD
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•