Closed
Bug 1631469
Opened 5 years ago
Closed 1 month ago
menulist shadow DOM is appended multiple times in profiler popup
Categories
(Toolkit :: UI Widgets, defect, P3)
Toolkit
UI Widgets
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ntim, Unassigned)
Details
I'm not sure yet what's going on.
STR:
- Enable Gecko Profiler toolbar button
- Open and close the profiler panel multiple times
AR:
Shadow DOM content is appended multiple times in menulist
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:mstriemer, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(mstriemer)
Comment 2•4 years ago
|
||
Looks like disconnectedCallback
is only cleaning up the label and dropmarker but connectedCallback
appends the entire template again.
Severity: -- → S4
Flags: needinfo?(mstriemer)
Priority: -- → P3
Comment 3•1 month ago
|
||
Looks like this is no longer an issue, at least I can't reproduce based on what I think it was without the code link
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•