You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Floating windows lose decoration when they are moved or resized.
Expected is their decoration is kept intact, regardless of their positioning.
Steps to Reproduce
create a workspace with a floating layout like:
myLayoutHook = onWorkspace "float" simpleFloat
2. create an app instance on it (client window has a decoration with a title in tab bar)
3. move or resize that window with mouse or a keyboard shortcuts
4. decoration is lost and doesn't come back (for that particular client), only its border remains
The text was updated successfully, but these errors were encountered:
Problem Description
Floating windows lose decoration when they are moved or resized.
Expected is their decoration is kept intact, regardless of their positioning.
Steps to Reproduce
myLayoutHook = onWorkspace "float" simpleFloat
2. create an app instance on it (client window has a decoration with a title in tab bar)
3. move or resize that window with mouse or a keyboard shortcuts
4. decoration is lost and doesn't come back (for that particular client), only its border remains
The text was updated successfully, but these errors were encountered: