Bug 146506
| Summary: | Web Inspector: Truncated node preview can have improved appearance | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
* SUMMARY
Truncated node preview can have improved appearance.
* STEPS TO REPRODUCE
1. Inspect <https://bugs.webkit.org/show_bug.cgi?id=144714>
2. js> [document.body]
* ACTUAL RESULTS
Unstyled: [<body class="bugs-webkit-org bz_bug bz_status_RESOLVED bz_product_WebKit bz_component_Web_Inspector …]
* EXPECTED RESULTS (something like)
Styled: [<body class="bugs-webkit-org bz_bug bz_status_RESOLVED bz_product_WebKit…">]
Note the abbreviation of the node preview string is in a poor place and breaks the simple styling regex.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/21628093>