WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 97219
Web Inspector: render grid scale to the right / at bottom in case box is close to 0 on that axis.
https://bugs.webkit.org/show_bug.cgi?id=97219
Summary
Web Inspector: render grid scale to the right / at bottom in case box is clos...
Pavel Feldman
Reported
2012-09-20 08:15:49 PDT
Otherwise, it is hard to inspect objects close to (0, 0)
Attachments
Patch
(11.03 KB, patch)
2012-09-20 08:18 PDT
,
Pavel Feldman
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-09-20 08:18:16 PDT
Created
attachment 164924
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-09-20 10:39:27 PDT
Comment on
attachment 164924
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=164924&action=review
> Source/WebCore/inspector/InspectorOverlayPage.html:470 > + maxX = Math.min(maxX, quad[j].x);
max
> Source/WebCore/inspector/InspectorOverlayPage.html:472 > + maxY = Math.min(maxY, quad[j].y);
max
Pavel Feldman
Comment 3
2012-09-21 02:44:01 PDT
Committed
r129205
: <
http://trac.webkit.org/changeset/129205
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug