RESOLVED FIXED 178753
Web Inspector: Console Drawer resizing doesn't match cursor position
https://bugs.webkit.org/show_bug.cgi?id=178753
Summary Web Inspector: Console Drawer resizing doesn't match cursor position
Joseph Pecoraro
Reported 2017-10-24 15:04:23 PDT
Console Drawer resizing doesn't match cursor position. Resizing the console drawer doesn't actually match the cursor. Even though we set the height to a fixed value (like 600px) the content area's height: 100% proportions the drawer's height, so it might only end up like 345px.
Attachments
[PATCH] Proposed Fix (2.56 KB, patch)
2017-10-24 15:06 PDT, Joseph Pecoraro
bburg: review+
bburg: commit-queue-
[PATCH] Proposed Fix (2.56 KB, patch)
2017-10-24 15:08 PDT, Joseph Pecoraro
bburg: review+
Radar WebKit Bug Importer
Comment 1 2017-10-24 15:04:51 PDT
Joseph Pecoraro
Comment 2 2017-10-24 15:06:29 PDT
Created attachment 324731 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2017-10-24 15:08:06 PDT
Comment on attachment 324731 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=324731&action=review > Source/WebInspectorUI/ChangeLog:16 > + already was but now it does not affect the size of the fixed with sibling. "fixed with" => "fixed height" oop.
Blaze Burg
Comment 4 2017-10-24 15:08:50 PDT
Comment on attachment 324731 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=324731&action=review r=me > Source/WebInspectorUI/ChangeLog:16 > + already was but now it does not affect the size of the fixed with sibling. Nit: was, but Nit: fixed-width
Joseph Pecoraro
Comment 5 2017-10-24 15:08:58 PDT
Created attachment 324733 [details] [PATCH] Proposed Fix
Blaze Burg
Comment 6 2017-10-24 15:09:20 PDT
(In reply to Brian Burg from comment #4) > Comment on attachment 324731 [details] > [PATCH] Proposed Fix > > View in context: > https://bugs.webkit.org/attachment.cgi?id=324731&action=review > > r=me > > > Source/WebInspectorUI/ChangeLog:16 > > + already was but now it does not affect the size of the fixed with sibling. > > Nit: was, but > Nit: fixed-width But really, fixed-height =)
Joseph Pecoraro
Comment 7 2017-10-24 15:12:39 PDT
Note You need to log in before you can comment on or make changes to this bug.