You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, setting it "open" breaks the template element and produces an exception: TypeError: can't access property "content", template is null. The solution might be to iterate over any template elements separately and then perform the query on each one.
HTML template elements are not localized as expected:
The issue is that they are not found by
document.querySelectorAll
:Localizer/Localizer.js
Lines 283 to 286 in f6da4ca
This affects my Thunderbird Send add-on, which uses an HTML template element in the popup. See tdulcet/Thunderbird-Send#14.
CC: @DenB10
The text was updated successfully, but these errors were encountered: