Open Bug 1883647 Opened 8 months ago Updated 8 months ago

Find the real reason why the helpMenu cannot be re-enabled on MacOS

Categories

(Thunderbird :: Mail Window Front End, task)

Tracking

(Not tracked)

People

(Reporter: TbSync, Unassigned)

References

Details

A document.getElementById("helpMenu").disabled = true or document.getElementById("helpMenu").setAttribute("disabled", "true") disables the help menu.

On macOS:

  • it can still be opened, but all entries are greyed out.
  • it is not possible to get it enabled again.
  • it affects the messenger window, even though the document of the compose window was used

Due to this behavior, the help menu is currently skipped on macOS when locking the compose window (see https://phabricator.services.mozilla.com/D202887).

See Also: → 1786988
You need to log in before you can comment on or make changes to this bug.