Bug 1704102 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This was fixed for macOS 11 in bug 1702100, but it uses an API that's not available before macOS 11.

Steps to reproduce:
 1. Be on macOS 10.14 or 10.15.
 2. Enable System Dark Mode.
 3. Open a context menu.

Expected results:
The menu should have a dark appearance.

Actual results:
The menu uses the light appearance.

Enabling `widget.macos.respect-system-appearance` (bug 1623686) fixes this, but causes other bugs (that's why it's not enabled by default).

It would be great if we could find a way to make this work without `widget.macos.respect-system-appearance`.

Back to Bug 1704102 Comment 0