-
Notifications
You must be signed in to change notification settings - Fork 971
Right click on draggable areas on some platforms shows system menu #4244
Comments
@bsclifton I use my custom frameless build of Brave (the original one by me) on Linux and this is not reproducible, so yes it seems like windows only issue. Just to mention it if it helps :) |
closing as duplicate of #4171 |
Reopening- there is nothing we can do about the behavior at the moment; it's expected and documented behavior per electron. However, we can consider making changes to electron to override or change this behavior. This issue is intended to track our efforts investigating that (and would likely be dependent on an electron PR being accepted before it can be closed). |
The solution to this might be to intercept the |
This unfortunately is not an issue we'll be able to address before moving to brave-core. When moving to brave-core, we'll be using the Chromium UI instead of a custom HTML/JavaScript UI we maintain ourselves (via Muon), so this issue will be resolved |
Did you search for similar issues before submitting this one?
yes
Describe the issue you encountered:
I suspect this is a Windows only issue (no other platforms use the electron frameless style). If you right click on a draggable area, you'll get the system menu.
This is expected behavior on some platforms per the docs but it's not ideal.
Expected behavior:
We should be able to capture this event and show our own custom menu.
This will require a change to electron- the current behavior (per the docs link above) does not have any flexibility. Draggable areas will show the system menu.
All Windows versions
0.12.2 and newer
3. Notice the system menu
![screenshot 2016-09-23 07 51 20](https://cloud.githubusercontent.com/assets/831718/18784864/dbe19e8c-8162-11e6-8aa1-ea00227a4d30.png)
- Any related issues:The text was updated successfully, but these errors were encountered: