Thunderbird/Add-ons Guide 57: Difference between revisions

Added renaming of tabcontainer
m (nit)
(Added renaming of tabcontainer)
Line 68: Line 68:
# Alternatively, add-ons may embed a WebExtension to display inline options [https://developer.mozilla.org/Add-ons/WebExtensions/Embedded_WebExtensions][https://developer.mozilla.org/Add-ons/WebExtensions/manifest.json/options_ui]. This should be working now that {{bug|1418914}} has been fixed.
# Alternatively, add-ons may embed a WebExtension to display inline options [https://developer.mozilla.org/Add-ons/WebExtensions/Embedded_WebExtensions][https://developer.mozilla.org/Add-ons/WebExtensions/manifest.json/options_ui]. This should be working now that {{bug|1418914}} has been fixed.


== Changes to JS changes in mozilla59 ==  
== Changes to JS in mozilla59 ==  
[https://www.fxsitecompat.com/en-CA/versions/59/]
[https://www.fxsitecompat.com/en-CA/versions/59/]
* catch (ex if ...)
* catch (ex if ...)
== Changes in thunderbird59 ==
* The id of the tab container of the 3pane has changed from "tabcontainer" to "tabmail-tabs". This was done to align the naming with the corresponding Firefox tab container. Add-ons need to replace document.getElementById("tabcontainer") with document.getElementById("tabmail-tabs").


== Outlook and Suggestion ==
== Outlook and Suggestion ==
316

edits