Bug 25937 - WebKit should set initial WebView zoom level based on system DPI
Summary: WebKit should set initial WebView zoom level based on system DPI
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-05-21 09:46 PDT by Adam Roben (:aroben)
Modified: 2011-09-13 12:41 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-05-21 09:46:38 PDT
When high-DPI is turned on WebKit continues to display very small text. WebKit should instead set the initial zoom level based on the system DPI setting. This will cause the text/images in the WebView to be the right size compared to the rest of the system.
Comment 1 Adam Roben (:aroben) 2009-05-21 09:46:58 PDT
<rdar://problem/6900322>
Comment 2 Adam Roben (:aroben) 2009-05-21 09:47:45 PDT
CSS system fonts are already scaled by the system based on the DPI setting. If a page uses CSS system fonts, and WebKit sets the initial zoom level based on the DPI setting, then won't those fonts get double-scaled?