[Webkit-unassigned] [Bug 189887] New: Web Inspector: Allow delete on highlight in inspect mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 22 11:53:02 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189887
Bug ID: 189887
Summary: Web Inspector: Allow delete on highlight in inspect
mode
Product: WebKit
Version: WebKit Local Build
Hardware: Macintosh
OS: All
Status: NEW
Severity: Enhancement
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: opendarwin at lapcatsoftware.com
CC: inspector-bugzilla-changes at group.apple.com
You can choose the Start Element Selection command to enter inspect mode (InspectorDOMAgent::setInspectModeEnabled), which highlights elements that you hover over (InspectorDOMAgent::highlightMousedOverNode). If you click on the highlighted element, then it gets selected in the Web Inspector. Then you can delete the element, for example. This enhancement request is to allow deletion of highlighted elements without having to select them first.
1. Start Element Selection
2. Hover over element
3. Press delete or command-delete
This would make it very convenient to easily delete DOM elements, without even having to open the Web Inspector.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180922/2a204948/attachment.html>
More information about the webkit-unassigned
mailing list