Bug 175807

Summary: Web Inspector: QuickConsole prompt shrinks when window.innerWidth is tiny
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Image] bug none

Description Matt Baker 2017-08-21 19:00:45 PDT
Created attachment 318720 [details]
[Image] bug

Summary:
QuickConsole prompt shrinks when window.innerWidth is tiny.

Steps to Reproduce:
1. Inspector > Debugger tab
2. Expand both sidebars
3. Make the window as narrow as possible
  =>  The prompt (">") image shrinks

Note:
Resizing the window directly bypasses Sidebar resize logic. A Sidebar is supposed to have a maximum width of window.innerWidth / 3.
Comment 1 Matt Baker 2018-09-05 16:49:49 PDT
This no longer happens, since the quick console was changed to span the full width of the window.