Bug 32623
Summary: | WebKit Inspector font is too small / cannot be zoomed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chad Moran <chad> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | andrewlqin, burg, jshin |
Priority: | P2 | ||
Version: | 525.x (Safari 3.2) | ||
Hardware: | All | ||
OS: | All |
Chad Moran
Currently the font used for the WebKit Inspector is hard to see for those with difficulty seeing. It would be great if the font and font size could be changed to help make it more accessible.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jungshik Shin
It's also an i18n issue. For instance, when a Chinese font (with Chinese name) is specified, it's hard to read for even those with a good eyesight. I think there are two ways to resolve this issue:
- Increase the font size in inspector.css
- Enable the zooming in the inspector. : In Safari on Windows, zooming does not work at all. In Chromium on Windows, zooming works only in the console area (non-console areas like html source, styles section do not respond to zooming keys). The latter is tracked at http://crbug.com/10914