[Webkit-unassigned] [Bug 149590] Web Inspector: Adjust font size of Developer Tools using Command, + or Command, -

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 09:38:00 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149590

--- Comment #3 from Brian Burg <bburg at apple.com> ---
Thanks for your bug report.

This could be fixed, and would be worth doing for general accessibility reasons.

The main reason we can't just enable CMD+/- for font-size scaling is that many of the sizes in the inspector are hardcoded in pixels to the default font size, rather than using font-based metrics like em's. Perhaps changing the inspector document's device scale factor might compensate in the case of retina, but that's a rather coarse-grained solution that won't work well for everyone.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150928/417544ce/attachment.html>


More information about the webkit-unassigned mailing list