WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
146775
Web Inspector: Copy Rule in the context menu copies hidden properties in the rule
https://bugs.webkit.org/show_bug.cgi?id=146775
Summary
Web Inspector: Copy Rule in the context menu copies hidden properties in the ...
Devin Rousso
Reported
2015-07-08 22:19:01 PDT
* STEPS TO REPRODUCE: 1. Paste the following into a rule in the CSS styles sidebar: margin: 0; padding: 0; 2. Right click the selector area for that rule and click "Copy Rule". 3. Paste the text. It should look something like this: <selector> { margin: 0; padding: 0; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } Everything after "padding: 0;" shouldn't have been copied as those rules are not actually visible in the rule in the sidebar.
Attachments
Patch
(1.64 KB, patch)
2015-07-08 22:21 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-07-08 22:19:39 PDT
<
rdar://problem/21740039
>
Devin Rousso
Comment 2
2015-07-08 22:21:18 PDT
Created
attachment 256458
[details]
Patch
WebKit Commit Bot
Comment 3
2015-07-08 23:42:18 PDT
Comment on
attachment 256458
[details]
Patch Clearing flags on attachment: 256458 Committed
r186585
: <
http://trac.webkit.org/changeset/186585
>
WebKit Commit Bot
Comment 4
2015-07-08 23:42:21 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug