mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Can't exit fullscreen file editor because of topbar z-fighting #386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luciboo7 on GitHub (Jul 15, 2025).
Current Behavior
i will say go to edit a config file in the files, and say i want it a bit bigger. i just Fullscreen it to see things better. but then there is not way to exit full screen or save what i just changed.
Expected Behavior
to be able to hit a button to un full screen from full screen, then hit save and move on.
Steps to Reproduce
select any text based config file (.cfg in my case) then hit the full screen button in the top right. boom stuck
Panel Version
1.0.0-beta21
Wings Version
1.0.0-beta13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@SirEndii commented on GitHub (Jul 15, 2025):
Does ESC not work?
@mristau commented on GitHub (Jul 15, 2025):
happens also with the sidebar, there it even overlaps the top bar, screenshot is from demo.pelican.dev
Only reload works currently, adding ESC as keypress would be nice ;)
@luciboo7 commented on GitHub (Jul 16, 2025):
yeah pressing ESC does nothing, and i would honestly expect refresh to just undo any changes you may have made so that's shocking.
@notAreYouScared commented on GitHub (Jul 16, 2025):
So the issue is thay filament changed the z index on the top bar... I'll look into this tonight.