Summary: | Inconsistent App Launcher behaviour when using floating panel and not using it | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Joseph <happypepikcz> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | minor | CC: | nate, niccolo.venerandi, niccolo |
Priority: | NOR | ||
Version First Reported In: | 6.1.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Floating panel
Floating panel with a fullscreen app Non-floating panel |
Description
Joseph
2024-08-13 20:42:39 UTC
I think this might be intentional, but can you attach a screenshot of the issue so I can be sure? Created attachment 172641 [details]
Floating panel
Created attachment 172642 [details]
Floating panel with a fullscreen app
Created attachment 172643 [details]
Non-floating panel
(In reply to Nate Graham from comment #1) > I think this might be intentional, but can you attach a screenshot of the > issue so I can be sure? Pictures added. I believe the bug is the launcher icon padding discrepancy between floating fullscreen and not floating. As you can see, the fullscreen floating panel has way more padding from the left side. I also included a floating non-fullscreen screenshot, which behaves correctly in my opinion (Same as the not floating panel). I can confirm this is intentional. The reasoning is that we only want to translate the icons within the panel downwards during a de-float animation, to avoid any clickable areas to move away from underneath the mouse cursor, or any resizing causing visual glitches. Thus, the un-floated panel kickoff icon has to have the same left-padding to the monitor side compared to when it's floating. |