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

There's a blank space in the menus in the top in macOS #14661

Closed
10 tasks
steff456 opened this issue Jan 28, 2021 · 3 comments · Fixed by #14682
Closed
10 tasks

There's a blank space in the menus in the top in macOS #14661

steff456 opened this issue Jan 28, 2021 · 3 comments · Fixed by #14682
Assignees
Milestone

Comments

@steff456
Copy link
Member

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

In the current master, when navigating through the menus a blank entry is shown

image

image

@dalthviz
Copy link
Member

dalthviz commented Jan 29, 2021

Note: Maybe this is being caused by the changes in PR #14619 . Probably the space is the initial 'empty' action to enable the addition of the menu to the menuBar on Mac since the menus are populated dynamically in the aboutToShow signal

@dalthviz dalthviz added this to the v5.0alpha4 milestone Jan 29, 2021
@dalthviz
Copy link
Member

Seems like this happens only for non-migrated menus (currently only Views and Help are migrated).

@ccordoba12 should I add handling for non-migrated and migrated menus to prevent this (basically some kind of flag when creating the menu to indicate if the initial action is needed or not) or just wait to have all the menus migrated?

@dalthviz dalthviz removed this from the v5.0alpha4 milestone Jan 29, 2021
@ccordoba12
Copy link
Member

should I add handling for non-migrated and migrated menus to prevent this (basically some kind of flag when creating the menu to indicate if the initial action is needed or not)

Yes, please do that so we can have a uniform look and feel for menus until all of them are migrated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants