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

[Bug] Microsoft Excel is loosing menu and ribbon bar #250

Closed
s-v-o opened this issue Feb 13, 2023 · 16 comments
Closed

[Bug] Microsoft Excel is loosing menu and ribbon bar #250

s-v-o opened this issue Feb 13, 2023 · 16 comments

Comments

@s-v-o
Copy link
Contributor

s-v-o commented Feb 13, 2023

I have a strange behaviour with Microsoft Excel.

When I start Excel, everything is fine:
image

After changing the workspace and comming back the menu and ribbon bar disappear:
image

Even stranger: Everything works fine in Word.

I cannot say excactly in which version of GlazeWM I first noticed this.

There are no new entries in errors.log.

@alexanderi96
Copy link

same behaviour by me. Didn't consider it was a glazewm problem.

@CalvinTrop
Copy link

Same issue here, which unfortunately renders the project unusable for my current workflow...

@kirpy0x
Copy link

kirpy0x commented Apr 26, 2023

Same here on Win11. If I remember correctly, this didn't happen on Win10.

I thought it was an issue with my Excel Installation but then noticed they all disappeared right once a Window management action was done.

@s-v-o s-v-o changed the title Microsoft Excel is loosing menu and ribbon bar [Bug] Microsoft Excel is loosing menu and ribbon bar May 11, 2023
@rwijtvliet
Copy link

Same here. FWIW, I'm on Win10 enterprise edition.

@hongyuanjia
Copy link

Same here. I'm on Win 10 Pro 22H2. Word and PowerPoint work perfectly fine.

@AttackOnTyler
Copy link

AttackOnTyler commented Sep 1, 2023

Can confirm, Toggling full screen doesn't remedy the issue either.

Edit: After playing around with it more, it seems to only affect the excel workbook on move or focus to workspace. If i'm in the workspace the Excel App is going to bind to, I get the ribbon. I tried the panes as well, like the 'Queries and Connections' pane and the 'Navigation' pane. They seem to disappear as they are either focused on or off. I'm going to try some float settings, as they may be getting "left" on a different focus layer??? I don't know if that makes sense.

@s-v-o
Copy link
Contributor Author

s-v-o commented Sep 5, 2023

FWIW: As a workaround I've added this to my config.yaml:

- command: "ignore"
  match_title: "/Excel/"

So Excel is ignored from GlazeWM and I could use it. But of course this way Excel is not managed by GlazeWM.

hongyuanjia added a commit to hongyuanjia/dotfiles that referenced this issue Dec 17, 2023
Excel will lose menu and ribbon bar.
Now just ingore it untill glzr-io/glazewm#250 is resolved.
@Contrabass26
Copy link

I get two different windows when I open a workbook...

Screenshot 2024-04-14 151338

Then after switching workspaces the ribbon disappears as others have said.

@LJFRIESE
Copy link

+1 on this still being an issue. Super frustrating. As soon as glaze interacts with the excel window, the ribbon is gone.

@s-v-o
Copy link
Contributor Author

s-v-o commented Jul 31, 2024

The rust rewrite is also affected (preview version) (#604)

@LJFRIESE
Copy link

I believe this issue has been identified in other window-management software. This discussion might provide useful information: https://answers.microsoft.com/en-us/msoffice/forum/all/excel-ribbon-disappearing-when-switching-virtual/8fe6fa89-7b96-439e-aa6b-0ae5f6b9c275

Haven't worked out how to apply it to glaze.

@superwhoopy
Copy link

To get the ribbon back quickly, you can type <C-o><Esc>: it opens the "Open" menu (<C-o>) then closes it (<Esc>). For some reason, Excel re-draws the ribbon in that scenario.

Not exactly a workaround, but at least you don't have to close/re-launch Excel every time… 😒

@LJFRIESE
Copy link

LJFRIESE commented Jul 31, 2024 via email

@alyraecap
Copy link

alyraecap commented Aug 26, 2024

In case newbs like me didn't understand superwhoopy's solution at first, it's Ctrl+O then Esc in Excel for regular Windows users.

@rmanthorpe
Copy link

This issue is resolved with #792 released in v3.6!

@alyraecap
Copy link

I can confirm too it's finally fixed!

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

No branches or pull requests