[Webkit-unassigned] [Bug 151628] New: Web Inspector: REGRESSION: "Duplicate Selector" context menu item doesn't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 26 20:23:45 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=151628
Bug ID: 151628
Summary: Web Inspector: REGRESSION: "Duplicate Selector"
context menu item doesn't work
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: bburg at apple.com, graouts at webkit.org,
joepeck at webkit.org, mattbaker at apple.com,
nvasilyev at apple.com, timothy at apple.com,
webkit-bug-importer at group.apple.com
This command seems to send an invalid command to the backend. Here's the relevant protocol traffic:
[native code]: CONSOLE LOG frontend: {"id":222,"method":"CSS.addRule","params":{"contextNodeId":7,"selector":"#ac-gn-menustate"}}
[native code]: CONSOLE LOG backend: {"error":{"code":-32602,"message":"Some arguments of method 'CSS.addRule' can't be processed","data":[{"code":-32602,"message":"Parameter 'styleSheetId' with type 'String' was not found."},{"code":-32602,"message":"Some arguments of method 'CSS.addRule' can't be processed"}]},"id":222}
The command did not ship in Safari 9, so it's probably new. I don't know if it ever worked. We should extract the underlying command and add a test for this, since nobody even knew it was broken. I only found out via manual testing for another context menu related change.
--
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/20151127/1f706902/attachment.html>
More information about the webkit-unassigned
mailing list