[Webkit-unassigned] [Bug 161417] New: Web Inspector: Remove largest common indentation spacing in debugger popover
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 30 17:25:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161417
Bug ID: 161417
Summary: Web Inspector: Remove largest common indentation
spacing in debugger popover
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: nvasilyev at apple.com
CC: bburg at apple.com, joepeck at webkit.org,
mattbaker at apple.com, nvasilyev at apple.com,
timothy at apple.com, webkit-bug-importer at group.apple.com
Steps:
1. Open http://nv.github.io/webkit-inspector-bugs/debugger-popover-indentation/
2. Set breakpoint on line 19.
3. Reload the page.
4. Hover on MyApp.foo.bar.buz.
Expected popover content:
function(a) {
var x = 42;
return a + x;
}
Actual popover content:
function(a) {
var x = 42;
return a + x;
}
--
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/20160831/facfd667/attachment.html>
More information about the webkit-unassigned
mailing list