Thunderbird/Add-ons Guide 63: Difference between revisions

Jump to navigation Jump to search
added .innerHTML workaround removal
(add discussion group)
(added .innerHTML workaround removal)
Line 21: Line 21:


== Removed in mozilla61 ==
== Removed in mozilla61 ==
* insertItemAt and removeItemAt methods from XUL elements. -- Replacement: insertBefore and remove.
* insertItemAt and removeItemAt methods from XUL elements. -- Replacement: insertBefore and remove.
* temporary workaround, .setUnsafeInnerHTML or |document.allowUnsafeHTML = true;|, see [[Thunderbird/Add-ons_Guide_57#Removed_and_changed_in_mozilla60|here]].


== Removed in mozilla63 ==
== Removed in mozilla63 ==
* XUL element listbox together with listboxitem and listcell. -- Replacement: richlistbox.
* XUL element listbox together with listboxitem and listcell. -- Replacement: richlistbox.
316

edits

Navigation menu