Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preferences: context-menu does not anchor properly when zoom level is updated #9062

Closed
vince-fugnitto opened this issue Feb 12, 2021 · 1 comment · Fixed by #9082
Closed
Labels
help wanted issues meant to be picked up, require help preferences issues related to preferences ui/ux issues related to user interface / user experience

Comments

@vince-fugnitto
Copy link
Member

Bug Description:

The context-menu triggered from the preferences UI does not anchor properly (opens with an incorrect location) when the application's zoom level is updated.

Default Zoom:

default-pref

Increased Zoom:

zoom-in

Steps to Reproduce:

  1. start the application (tested with electron)
  2. open the preferences-ui
  3. zoom in (ctrl++ or use the zoom in command)
  4. attempt to open the context-menu as shown in the .gifs

Additional Information

  • Operating System: Ubuntu 16.04 - Electron
@vince-fugnitto vince-fugnitto added help wanted issues meant to be picked up, require help preferences issues related to preferences ui/ux issues related to user interface / user experience labels Feb 12, 2021
@balajiv113
Copy link
Contributor

@vince-fugnitto - On analysis i found that this issue occurs for all the places (Like explorer tree context menu) and not only preference. Am able to reproduce this issue only in electron and not in browser.

I will raise a PR for fixing this by honouring zoom factor for electron context menu renderer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted issues meant to be picked up, require help preferences issues related to preferences ui/ux issues related to user interface / user experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants