Window previews menus are not fully visible when scaling is enabled
Bug #1992980 reported by
Marco Trevisan (Treviño)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-shell-extension-ubuntu-dock (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
Jammy |
In Progress
|
Medium
|
Marco Trevisan (Treviño) |
Bug Description
[ Impact ]
Menu previews in the dock are not scaled when using hi-dpi integer scaling (or fractional scaling under X11)
[ Test Case ]
1. Scale your display to 2x or any other integer value (or if in X11 to any value)
2. Ensure that the fractional scaling is disabled (may require logout/login)
3. Open many windows of the same application (ctrl + click / middle click)
4. Right-click and open the windows previews
5. The menu should be fully visible on screen
[ Regression potential ]
Menu are too small
Changed in gnome-shell-extension-ubuntu-dock (Ubuntu Jammy): | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
importance: | Undecided → Medium |
status: | New → In Progress |
To post a comment you must log in.
This bug was fixed in the package gnome-shell- extension- ubuntu- dock - 76ubuntu1
--------------- extension- ubuntu- dock (76ubuntu1) lunar; urgency=medium
gnome-shell-
[ Marco Trevisan (Treviño) ] commandline( )
* New upstream release 76
* windowPreviews, appIcons: set maximum width/height on menus taking scaling
in account.
Even if St.Theme is supposed to scale down all the css values, this
doesn't seem to happen for the menus max-width / height values and so
we may end up having too big menus to be visible. (LP: #1992980)
* appIcons, windowPreview: Use overlay-scrollbars for window previews.
Helps to have them properly aligned
* appIcons: do not set isHorizontal parameter on AppIcon when opening a menu.
It's not an object property, so no need to keep it changed here.
* windowPreview: Improve style of menu-items depending on dock positioning.
Sadly this is not just a style change, because apparently St is bugged
when it comes to handle the first/last child properties so if we'd just
use normal allocation we would have lost the special padding for those
elements causing unwanted behavior.
In this way, instead we preserve the style-defined sizes also for
first/last children.
* utils: Use nicer syntax for later and MonitorManager wrappers
* Add gnome-suggested eslint and auto-fix main issues.
* extension: Cleanup code to be conform to ESLint rules
* docking: Remove autohide trigger timeout on destruction
* windowPreview: Get scale size without using an utility function.
That's simple enough to be handled internally
* appIcons: Allow marking urgent applications when not running.
This may be supported when using remote launcher actions
* appIconIndicators: Do not load theme node for off-stage widgets.
These information are only available when a widget is on the stage
* locations: Notify error message to the user, not the error itself
* locations: Ignore errors when mounting a mounted device or umounting an
umounted one
* locations: Do not try to use the handler app twice to launch if not found.
We're already doing a check for handler app in vfunc_launch(), so
there's no need to go through the same via vfunc_get_
* locations: Check for gjs version just once
* locations: Do not return anything on open_new_window.
* locations: Mark the application as stopped if launching fails.
* locations: Use async API to get the handler APP for uri.
GVfs implementations of GFile could cause the shell to hang while querying
the file infos, making the whole UI to freeze, and such actions can't be
cancelled, even if that's running in external processes.
To avoid this to happen, we need to use the async API and limit its
execution time to handle failures gracefully.
In case we also cache the last valid handler applications so that in case
we can re-use it on timeouts. (LP: #1997264)
* locations: Use better logic to check if a new window can be opened.
Sadly we can't use the new-window action directly because it does not
support adding further arguments.
* locations: Handle undefined error gracefully
* eslint: disable so...