h.ogi's place - Ticket-467 Diff
- Added parts are displayed like this.
- Deleted parts are displayed
like this.
! 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
{{its_edit_ticket_form}}
: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
{{its_edit_ticket_form}}