tryoxiss / bonfire-web-client

A Hermod (name WIP) repository for a client side implementation compatible with our server side implementation.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Double right click doesn't close context menu #72

Open khaim0919 opened 1 year ago

khaim0919 commented 1 year ago

Describe the bug Double right click doesn't close context menu

To Reproduce

  1. Right click
  2. Right click again in same area without closing context menu
  3. WOW ! great bug report.

Expected behavior (optional) Close context menu. On third right click open context menu close browser menu

Desktop (please complete the following information):

tryoxiss commented 1 year ago

On third right click open context menu close browser menu I think it would be better if:

right click 1: Custom context menu right click 2 (same area): Browser context menu

Saves a click and is what is already implemented. We also can't close the browsers custom context menu, since that is handled by the browser entirely and most browsers don't have an interface for that stuff.