Bug 207283

Summary: Web Inspector: Source tab context menu shows editing options when inspecting non-local websites
Product: WebKit Reporter: Lukas Möller <lukas.moeller.d>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Minor CC: inspector-bugzilla-changes
Priority: P2    
Version: Safari 13   
Hardware: Mac   
OS: macOS 10.15   
Attachments:
Description Flags
Screenshot none

Description Lukas Möller 2020-02-05 12:07:25 PST
Created attachment 389840 [details]
Screenshot

When selecting text in the "Resources" tab of the Web Inspector the context menu shows options that normally are only available in a context where the content can be changed. For example when selecting console output the context menu only contains "Copy" but doesn't contain "Cut" and "Paste" as the user cannot edit the console output. This should also be the case when selecting text in the Resources tab as there is no way to edit non-local files.