Bug 175807 - Web Inspector: QuickConsole prompt shrinks when window.innerWidth is tiny
Summary: Web Inspector: QuickConsole prompt shrinks when window.innerWidth is tiny
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 19:00 PDT by Matt Baker
Modified: 2018-09-05 16:49 PDT (History)
1 user (show)

See Also:


Attachments
[Image] bug (263.99 KB, image/png)
2017-08-21 19:00 PDT, Matt Baker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.