WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
237101
Web Inspector: Cannot copy full values from Storage: LocalStorage table
https://bugs.webkit.org/show_bug.cgi?id=237101
Summary
Web Inspector: Cannot copy full values from Storage: LocalStorage table
Nick Nisi
Reported
2022-02-23 12:01:53 PST
Created
attachment 453009
[details]
Screen shot of Web Inspector with issue This looks like it might be related to
https://bugs.webkit.org/show_bug.cgi?id=178318
but is still happening in Safari Version 15.3 (17612.4.9.1.8). What's happening: Looking at a value in the Web Inspector: Storage: Local Storage table, you can see the value, but if it is too long, such as for a long JSON string or JWT, the value in the table is truncated and an ellipsis is added to the end. When clicking in to edit the value you are not able to edit the value in full. Instead, the value is highlighted in full, including the ellipsis. What's expected: I would expect to be able to edit/copy the value in full, not the truncated value (with ellipsis). Steps to Reproduce: - Navigate to a site with a JWT or long value stored in Local Storage and view it in the Web Inspector. The value should be greater than 200 characters. - Observe that the value is truncated after the 200 characters and an ellipsis is placed there - Attempt to click on the value to edit it. - Observe that the value to edit is only the truncated text and the ellipsis, making it impossible to edit long values from the Web Inspector (outside of using `localStorage.setItem` from the console.
Attachments
Screen shot of Web Inspector with issue
(168.11 KB, image/jpeg)
2022-02-23 12:01 PST
,
Nick Nisi
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-02-23 15:35:27 PST
<
rdar://problem/89382289
>
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