Summary: | Web Inspector: Console Drawer resizing doesn't match cursor position | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||||
Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bburg, commit-queue, inspector-bugzilla-changes, joepeck, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Joseph Pecoraro
2017-10-24 15:04:23 PDT
Created attachment 324731 [details]
[PATCH] Proposed Fix
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. 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 Created attachment 324733 [details]
[PATCH] Proposed Fix
(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 =) |