Bug 203013
Summary: | Web Inspector: Truncated localStorage editing gives an illusion of a proper edit and truncated string is saved | ||
---|---|---|---|
Product: | WebKit | Reporter: | Derek Reiff <d> |
Component: | Web Inspector | Assignee: | Devin Rousso <hi> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | d, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Mac | ||
OS: | macOS 10.15 |
Derek Reiff
Because the Inspector truncates long strings, it’s especially problematic to use the Inspector to modify a JSON string by using the data grid. Ending editing will save the truncated string back to itself, causing problems with an application or website that depends on data stored for interaction. (Giving an unterminated string JSON.parse() error.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/13555
EWS
Committed 264166@main (3db01ec96898): <https://commits.webkit.org/264166@main>
Reviewed commits have been landed. Closing PR #13555 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/109473191>