owickstrom / komposition

The video editor built for screencasters
https://owickstrom.github.io/komposition/
Mozilla Public License 2.0
429 stars 21 forks source link

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

Open abevoelker opened 6 years ago

abevoelker commented 6 years ago

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):

Additional context N/A

owickstrom commented 6 years ago

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

abevoelker commented 6 years ago

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: