Please describe steps to reproduce the problem.
- Launch Thunderbird and start a new mail.
- Right-click the editor body or an address field.
What is the expected behavior after the steps above?
A context menu should show up without flickering.
What did happen instead?
The context menu flickers the first time it opens. (Your PC may need to be under heavy load to reproduce)
It shouldn't unless the right‑click occurs on the toolbar button.
OS
N/A
Thunderbird version
128
Ghostbird version
0.4.0
Cause
Ghostbird registers its context menu items on the first right-click regardless of which part of the compose window is clicked.
Fix
The flickering can be reduced by filtering events further by inspecting OnShownData.contexts.
Please describe steps to reproduce the problem.
What is the expected behavior after the steps above?
A context menu should show up without flickering.
What did happen instead?
The context menu flickers the first time it opens. (Your PC may need to be under heavy load to reproduce)
It shouldn't unless the right‑click occurs on the toolbar button.
OS
N/A
Thunderbird version
128
Ghostbird version
0.4.0
Cause
Ghostbird registers its context menu items on the first right-click regardless of which part of the compose window is clicked.
Fix
The flickering can be reduced by filtering events further by inspecting
OnShownData.contexts.