[Webkit-unassigned] [Bug 167074] New: Web Inspector: copying a search result out of Search Tab navigation sidebar does nothing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 15 14:21:13 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167074
Bug ID: 167074
Summary: Web Inspector: copying a search result out of Search
Tab navigation sidebar does nothing
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bburg at apple.com
CC: dcrousso+webkit at gmail.com,
inspector-bugzilla-changes at group.apple.com,
webkit-bug-importer at group.apple.com
STEPS TO REPRODUCE:
1. Open inspector
2. Search for something.
3. Select a search result
4. Cmd-C
=> Nothing copied to clipboard
Xcode uses the following format:
`${url}:${lineno}:${resultLine}`
/Users/bburg/repos/webkit/OpenSource/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp:293:# define YYUSE(E) /* empty */
When a resource tree element is selected it multi-selects all results in the resource, which we can't quite do yet with TreeOutline. But copying the resource tree element should probably copy all results underneath it.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170115/063f62da/attachment.html>
More information about the webkit-unassigned
mailing list