Bug 162097
Summary: | Web Inspector: Zooming affects both inspector and page | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stefan Arentz <stefan> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap, bburg, hi, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | All | ||
OS: | All |
Stefan Arentz
Looks like Command-Minus is hooked up to the inspector but Command-Plus goes to the web page.
STR:
Load some web page.
Open the inspector.
Hit Command-Minus and observe that it zooms the Inspector out.
Hit Command-Plus and observe that it zooms the page in.
You can get the inspector back to normal zoom level with Command-0 as an escape hatch.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/28345877>
Blaze Burg
I cannot reproduce this. Please include some things to help diagnose:
- OS version
- WebKit / Safari version
- do you have any conflicting system keybindings?
- test page where this happens
- a screenshot or video
Timothy Hatcher
This should have been fixed by bug 157234. Is the keyboard is non-US?
Devin Rousso
I was able to reproduce this when holding the Shift or Option keys in addition to Command-Minus and Command-Plus.
Stefan Arentz
(In reply to comment #4)
> I was able to reproduce this when holding the Shift or Option keys in
> addition to Command-Minus and Command-Plus.
Yeah that is where the confusion comes from.
It seems Safari recognizes the following to zoom web content out/in:
Command-Minus Command-Underscore (out)
Command-Plus Command-Equals (in)
But when the web inspector is in focus, the inspector is changed with:
Command-Minus Command-Underscore
Command-Equals
While Command-+ is handled by the web content.
So there is an inconsistency. Not major, but annoying enogh for those of us who have Command-Plus in our muscle memory.
Stefan Arentz
I'm on Sierra GM, Safari Technology Preview 13 (Version 10.0 (12602.1.50.0.8)). Same thing with the Safari version that ships with Sierra GM.
Stefan Arentz
(In reply to comment #3)
> This should have been fixed by bug 157234. Is the keyboard is non-US?
This is an en-US keyboard.
Blaze Burg
Okay, that makes sense I guess. Not all people use QWERTY / default keybindings. For example, some people don't even have a + key, or the unshifted version is a different character. I think we have enough information to reproduce the bug now.
Blaze Burg
I cannot reproduce this any more. Please write in if it is still an issue on Safari Technology Preview 29+.