Bug 164377
Summary: | [GTK] Web content gets wrong scaling on secondary screen with lower dpi | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mattias Eriksson <snaggen> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro, tpopela |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Mac | ||
OS: | Linux | ||
See Also: | https://bugzilla.redhat.com/show_bug.cgi?id=1391635 |
Mattias Eriksson
Description of problem:
I have a macbook with retina display running Fedora 25 with Wayland. I attach a regular dpi screen to that. I then open Gnome Web and move the window to the regular dpi screen. The window then rescales correctly, except for the actual web content. The web content is still scaled as if the screen is a hidpi screen.
Version info:
epiphany-3.22.1-1.fc25.x86_64
Steps to Reproduce:
1. Attach a regular dpi screen to a hidpi laptop.
2. Open Gnome Web
3. Move Gnome Web to the regular dpi screen
Actual results:
The web content is scaled to be to big
Expected results:
The web content should be rescaled as the rest of the application
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tomas Popela
Does the other applications (gedit, ..) work right? I would suspect the wrong component would be gtk+ here as we are just listening for the changes on the gtk+' scale-factor property changes. And I have to say that it is somehow broken on Wayland - see https://bugzilla.redhat.com/show_bug.cgi?id=1389008
Mattias Eriksson
Yes, pure gtk3 applications like Gedit works fine. And now when I re-test even Gnome-webb works fine. So this was probably some minor glitch somewhere...
Michael Catanzaro
Hm... strange, OK then?