Multiline copy paste doesn't work in the new UI #787
verplanckeo
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: I'm fully aware this is not a breaking issue. But the quality of life of using this new version of the editor is reduced, compared to the previous version, and I wanted to notify this issue to the developers.
I wrote a PowerShell script which generates an access token. The output of my script is in multiline as the token is longer than the width of my screen. When I paste the token in the new viewer of JWT.IO it stops at the first breakline of the PowerShell output. The rest of my token is not pasted.
In the previous version this worked without a problem.
If I copy paste my token in this text editor of git, it also works, other token editors (fusionauth.io for example) also work.
Screenshot of multiline print of an access token in PowerShell

Screenshot of me having pasted the text copied from the above screenshot

Beta Was this translation helpful? Give feedback.
All reactions