Closed Bug 1556241 Opened 7 years ago Closed 7 years ago

3 Features Request for "Inspect Element"

Categories

(DevTools :: Inspector, enhancement)

68 Branch
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: saadi.shamsaee, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0

Steps to reproduce:

Many times when i want to save a web page, its need to remove many elements.

Actual results:

"Inspect Element" part in Firefox is good but have some lacks for easy and fast editing.

Expected results:

Features i want:

  1. select continuously elements (for example many <p> </p><p> </p>.......) with select with mouse cursor and hold shift key.
  2. when we click on 'Select an element....' be possible to when we move the mouse cursor on element and press delete key, firefox delete element quickly, without need to click on element 's code.
  3. be possible to move the mouse cursor and select several elements (even to continuously elements) by holding the control key and left click, then when we press delete key all selected elements will become delete quickly.

Thanks.

Type: defect → enhancement
Component: Untriaged → Inspector
Product: Firefox → DevTools
  1. select continuously elements (for example many <p> </p><p> </p>.......) with select with mouse cursor and hold shift key.
  1. be possible to move the mouse cursor and select several elements (even to continuously elements) by holding the control key and left click, then when we press delete key all selected elements will become delete quickly.

It is not possible to implement points 1 and 3 without making deep structural changes to the rest of the Inspector. Selecting one element switches the context for the rest of the Inspector, for example to show the matching CSS Rules for that one element. We call this a Selection. Many more features are predicated on the existence of a single element selection at a time.

  1. when we click on 'Select an element....' be possible to when we move the mouse cursor on element and press delete key, firefox delete element quickly, without need to click on element 's code.

I'm not sure I completely understand what you mean by "click on 'Select an element...'". If you're referring to the interactive Element picker (icon next to Inspector tab), then it is perhaps possible to add a handler to pressing the backspace or delete key in order to delete the focused element. If that's what you meant, please file another bug with just that request.

Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.