Bug 6061 - Edge scales viewport in tablet mode
Summary: Edge scales viewport in tablet mode
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: 1.3.1
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 12:19 CEST by Pierre Ossman
Modified: 2023-08-15 13:11 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2016-10-17 12:19:57 CEST
IE and Edge have this "feature" that makes sure that all pages have a minimum width of 1024 pixels. This is meant to avoid bugs in pages not prepared for narrow screens. Unfortunately this scales all our UI elements.

This can be disabled by adding "@-ms-viewport { width: device-width; }" to the CSS:

https://msdn.microsoft.com/library/hh708740(v=vs.85).aspx
Comment 1 Samuel Mannehed cendio 2021-11-17 17:24:27 CET
Needs to be retested with the new Edge browser.
Comment 2 Frida Flodin cendio 2021-11-19 14:04:09 CET
This is still an issue in new Edge browser. 

Tested new Edge (Version 95.0) on Windows 10 on a narrow screen Lamina tablet. I saw this by running xterm in the session, the font should be aliased and all pixels should be black. In Edge, the font is slightly blurred. In Chrome on the same device, the xterm font is sharp.

Note You need to log in before you can comment on or make changes to this bug.