komposition icon indicating copy to clipboard operation
komposition copied to clipboard

Title menu items shift out of position after maximizing or un-maximizing screen

Open abevoelker opened this issue 7 years ago • 2 comments

Describe the bug After maximizing or un-maximizing the screen, the title menu items shift out of their expected alignment

To Reproduce Steps to reproduce the behavior:

  1. Double click menu title bar to either maximize or un-maximize the window
  2. Click on one of the title menu bar options
  3. The menu selections will be shifted out of place

Expected behavior The menu options stay in alignment with the selected parent menu options

Screenshots See here: https://i.imgur.com/YZ8neff.gifv

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Komposition version or commit 7d3770639b74ff173be8b62f796125d4e3c89ad8
  • Build environment Stack

Additional context N/A

abevoelker avatar Oct 01 '18 18:10 abevoelker

Thank you for the detailed bug report!

I'm not sure what's causing this, but it is using a menu wrapper in https://github.com/owickstrom/gi-gtk-declarative that might be incorrect. I'll try to reproduce it on my side, and see if it happens for this example as well: https://github.com/owickstrom/gi-gtk-declarative/blob/master/examples/MenuBar.hs

owickstrom avatar Oct 01 '18 19:10 owickstrom

No problem; wish I could help track things down further, but I'm still a Haskell noob. Hoping after I get more experience I'll be able to read and learn from the codebase(s). :smile:

abevoelker avatar Oct 01 '18 19:10 abevoelker