Closed
Bug 1528658
Opened 7 years ago
Closed 7 years ago
goToggleToolbar tries to persist a non-existent element
Categories
(Thunderbird :: Toolbars and Tabs, enhancement)
Thunderbird
Toolbars and Tabs
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
|
1.24 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
I guess this is fallout from when XULStore.jsm switched from using IDs to elements. I'm seeing TypeError: node is null when toggling the calendar unifinder.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9044540 -
Flags: review?(mkmelin+mozilla)
Updated•7 years ago
|
Attachment #9044540 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4119c3e23b12
Stop using non-existent element in XULStore. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•