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
I believe the issue is that Wayfire does not enforce minimum width/height limits for resizing views.
From a logical standpoint, allowing a view to be resized to a point where it becomes impossible to focus on it is not meaningful.
The text was updated successfully, but these errors were encountered:
if you keep resizing a view until it disappear, wayfire events will report a weird data like {'x': 1892042110, 'y': 29637}
{'event': 'view-workspace-changed', 'from': {'x': 1892042110, 'y': 29637}, 'to': {'x': 1, 'y': 0}, 'view': {'activated': True, 'app-id': 'kitty', 'base-geometry': {'height': 6, 'width': 1, 'x': 4, 'y': 1070}, 'bbox': {'height': 15, 'width': 14, 'x': 0, 'y': 1065}, 'focusable': True, 'fullscreen': False, 'geometry': {'height': 14, 'width': 9, 'x': 0, 'y': 1066}, 'id': 314, 'last-focus-timestamp': 10820901004393, 'layer': 'workspace', 'mapped': True, 'max-size': {'height': 0, 'width': 0}, 'min-size': {'height': 0, 'width': 0}, 'minimized': False, 'output-id': 1, 'output-name': 'DP-1', 'parent': -1, 'pid': 147176, 'role': 'toplevel', 'sticky': False, 'tiled-edges': 0, 'title': '~', 'type': 'toplevel', 'wset-index': 1}}
I believe the issue is that Wayfire does not enforce minimum width/height limits for resizing views.
From a logical standpoint, allowing a view to be resized to a point where it becomes impossible to focus on it is not meaningful.
The text was updated successfully, but these errors were encountered: