domferr / tilingshell

Extend Gnome Shell with advanced tiling window management. Supports multiple monitors, Windows 11 Snap Assistant, Fancy Zones, customised tiling layouts and more.
https://extensions.gnome.org/extension/7065/tiling-shell/
GNU General Public License v2.0
645 stars 20 forks source link

Border overlaps with window if it spawns overflows its initial one #174

Closed BigBoyBarney closed 2 weeks ago

BigBoyBarney commented 2 weeks ago

Describe the bug If a (rectangular) window spawns another popup-style window or dialogue, the border will draw over it.

To Reproduce Steps to reproduce the behavior:

  1. Open Nautilus on Gnome 47
  2. Select a folder that's relatively close to the bottom of the window (see screenshots)
  3. Attempt to rename folder
  4. See error

Screenshots Nautilus image

Zen Browser image

Information (please complete the following):

Thanks, love the extension! <3

domferr commented 2 weeks ago

Hey, thank you for sharing this. Unfortunately this is a common problem of all the GNOME extensions who provide a border around the focused window, Tiling Shell included. This is due to some GNOME limitations that doesn't allow developers to draw that border without workarounds

BigBoyBarney commented 2 weeks ago

Ah well, understandable! Thanks again!