[Webkit-unassigned] [Bug 30921] Web Inspector: enable multiselection in Elements Panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 05:26:54 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=30921


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apavlov at chromium.org




--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-04-04 05:26:54 PST ---
(In reply to comment #0)
> There should be a way to select multiple elements in order to:
> - copy them into clipboard
> - delete them at a time
> - edit matching properties ?

This barely makes sense, as DOM tree is not a plain data list with multiselection. Consider this tree:

<div>
  <p>..</p>
  <a href="...">..</a>
</div>

Does selecting DIV and P at the same time make any sense? What should happen when you try to (a) copy this multiselection into a clipboard, (b) delete them? Depending on the user, the case (b) might imply that they don't want to delete the A element. Is that right and/or intuitively correct?

On a sidenote, Firebug does not allow multiselections in its DOM tree either.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list