[Webkit-unassigned] [Bug 138812] New: Web Inspector: Ability to Copy entire CSS Rule from Styles Sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 17 16:25:26 PST 2014


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

            Bug ID: 138812
           Summary: Web Inspector: Ability to Copy entire CSS Rule from
                    Styles Sidebar
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

* SUMMARY
It would be helpful to copy an entire CSS rule from the sidebar. Currently each Rule's Selector and Properties are separate fields, it would be nice to be able to copy/paste the entire rule (Selector, Properties, and optionally surrounding @media rules block) from the Styles sidebar.

* TEST:
    <style>
    @media (min-width:600px) {
        body { color: red; }
    }
    </style>
    <body>Test</body>

* STEPS TO REPRODUCE
1. Inspect <body> on test page
2. Show Styles sidebar
  => Should be able to copy the body styles from the sidebar somehow

* NOTES
- Would be nice to copy with and without the @media.
- Perhaps right clicking anywhere in the selector/property editors?

-- 
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/20141118/38a42ef9/attachment-0002.html>


More information about the webkit-unassigned mailing list