Bug 213494 - Web Inspector: Console Prompt: use a `<select>` instead of a `WI.ContextMenu` in the execution context picker
Summary: Web Inspector: Console Prompt: use a `<select>` instead of a `WI.ContextMenu`...
Status: NEW
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: 2020-06-22 15:58 PDT by Devin Rousso
Modified: 2020-06-22 15:58 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2020-06-22 15:58:47 PDT
Since the execution context picker is basically a dropdown, we should use a `<select>` so that the text is aligned with the dropdown.