SoPra-Team-17 / Client

Client für das Softwaregrundpraktikum im WS1920 und SS2020.
GNU General Public License v3.0
2 stars 0 forks source link

Selection of UI elements after leaving fullscreen in i3WM #116

Closed ottojo closed 4 years ago

ottojo commented 4 years ago

Steps to reproduce:

Action selection and menu button are not clickable anymore.

Problem does not occur when using floating mode (without fullscreen). Tiling mode without fullscreen could not be tested because UI gets cropped.

Marco5de commented 4 years ago

Kannst du bei dir mal testen, ob wenn du im controller/Controller.py das pygame.RESIZEABLE durch ein pygame.FULLSCREEN ersetzt, noch alles geht?

Das Problem da ist, dass da ein Resize event getriggert wird, das kann man dann behandeln und die Sachen neu setzen. Dann geht aber bei unsrer UI-einiges kaputt. Da ich am Ende eigentlich sowieso nur Fullscreen haben will, wäre das cool wenn du das mal testen könntest.

ottojo commented 4 years ago

Hört sich nach solider Lösung an, ist aber ein bisschen arg broken auf multimonitor setup, das öffnet sich so in der oberen hälfte des anderen bildschirms...