[Webkit-unassigned] [Bug 175758] New: Web Inspector: Can't copy text from "View variable value" popover in Styles sidebar
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 20 18:33:06 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=175758
Bug ID: 175758
Summary: Web Inspector: Can't copy text from "View variable
value" popover in Styles sidebar
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: mattbaker at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Summary:
Can't copy text from "View variable value" popover in Styles sidebar.
Test page:
<style>
body {
--my-var: gray;
background-color: var(--my-var);
}
</style>
Steps to Reproduce:
1. Inspect test page
2. Goto Elements tab > Styles
3. In the `body` rule, `background-color` property, click the "=" button.
4. Select popover text (gray) and right click.
=> Copy is disabled/grayed out.
=> ⌘+C has unpredictable results. Sometimes nothing happens. Sometimes the selector text from the rule is copied.
--
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/20170821/7789c4a8/attachment.html>
More information about the webkit-unassigned
mailing list