FrontPage  Index  Search  Changes  RSS  Login

Ticket-467

TTB does not work with Betterbird

Priority
Normal
Reporter
TR
Status
New
Assigned to
?
Version
2.4.7
Milestone
?
Created
2025-10-15

Description

Add-on messes up compose window in Betterbird. After checking back with BB project leader, the problem lies in scripts/implementation.js in just two lines of code (near line 98) It says:

let composeContainer = rw.document.getElementById("MsgHeadersToolbar"); composeContainer.appendChild(row);

If replaced by:

let formatToolbox = rw.document.getElementById("FormatToolbox"); formatToolbox.prepend(row);

it works fine in Betterbird and also in Thunderbird (tested).

It would really be nice to cater for the growing Betterbird user base. It is a really useful add-on


Changelog

Name:
Comment:
Change Properties
Priority:
Status:
Version:
Milestone:
Assigned to:
Spam Check: I'm not a spammer. I'm a spammer.
Last modified:2025/10/15 04:55:46
Keyword(s):
References: