Right-clicking the "Type your message here" input field causes the context menu to appear briefly and then immediately dismiss itself, making it impossible to select Paste or any other option.
Steps to Reproduce
Open Chatbox and start any chat session.
Click inside the message input field.
Right-click (or Ctrl+click) inside the field.
Observe the context menu flashing and disappearing instantly.
Expected Results
The native macOS context menu should appear and stay open until the user makes a selection or clicks away.
Actual Results
The context menu appears for a fraction of a second then dismisses itself. Pasting via ⌘+V works fine — the issue is exclusively with the right-click context menu. The feature worked immediately after installing v1.20.1 but stopped working shortly after, within the same session or after restarting the app.
Screenshots
N/A — the menu disappears too fast to capture. Happy to provide a screen recording if useful.
Desktop:
Operating System: macOS High Sierra (10.13) and macOS Sequoia (15.x)
Application Version: 1.20.1
Additional Context
Since the behavior regressed within the same version (worked right after install, then stopped), it may be related to app state rather than a code change — for example, a setting, cache, or runtime condition that changes after first launch. Worth checking if any mousedown, click, or blur listener on the input field is inadvertently closing the menu after some internal state changes.
Right-clicking the "Type your message here" input field causes the context menu to appear briefly and then immediately dismiss itself, making it impossible to select Paste or any other option.
Steps to Reproduce
Open Chatbox and start any chat session.
Click inside the message input field.
Right-click (or Ctrl+click) inside the field.
Observe the context menu flashing and disappearing instantly.
Expected Results
The native macOS context menu should appear and stay open until the user makes a selection or clicks away.
Actual Results
The context menu appears for a fraction of a second then dismisses itself. Pasting via ⌘+V works fine — the issue is exclusively with the right-click context menu. The feature worked immediately after installing v1.20.1 but stopped working shortly after, within the same session or after restarting the app.
Screenshots
N/A — the menu disappears too fast to capture. Happy to provide a screen recording if useful.
Desktop:
Operating System: macOS High Sierra (10.13) and macOS Sequoia (15.x)
Application Version: 1.20.1
Additional Context
Since the behavior regressed within the same version (worked right after install, then stopped), it may be related to app state rather than a code change — for example, a setting, cache, or runtime condition that changes after first launch. Worth checking if any mousedown, click, or blur listener on the input field is inadvertently closing the menu after some internal state changes.