Cannot paste a line of content into <text></text> tag that was copied using Ctrl-x
See original GitHub issueThis issue has been moved from a ticket on Developer Community.
When I try to paste a line of content into a <text></text>
tag that I copied using Ctrl-x, the editor doesn’t past the content inside the tag. It pastes above the tag and messes up the text
tag.
Original Comments
Daniel Roth [MSFT] on 6/13/2023, 09:11 PM:
(private comment, text removed)
Feedback Bot on 6/13/2023, 10:40 PM:
(private comment, text removed)
Feedback Bot on 6/14/2023, 01:23 AM:
(private comment, text removed)
Original Solutions
(no solutions)
Issue Analytics
- State:
- Created 2 months ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Copy from browser paste to netbeans not working
Try to make an empty copy (Ctrl+C without selection) within Netbeans and then try again to perform copying from browser or another application....
Read more >How to paste into nano from clipboard? - linux
The Ctrl + U command only allows pasting text that was copied or cut from within nano itself, hence the reason the command...
Read more >Firefox prevents me from copying and pasting content from ...
My recommendation would be to use the Windows shortcuts for cut, copy, and paste: Ctrl+x, Ctrl+c, and Ctrl+v. You might also use the...
Read more >Copy and paste doesn't work in the terminal
Mark the text, that you want to paste by pressing the left mouse button and move the mouse. · Press shift + ctrl...
Read more >Copy and paste in Office for the web
Use keyboard shortcuts Ctrl+X, Ctrl+C, and Ctrl+V to cut, copy, and paste in Office for the web. Text you paste from outside the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can repro it too! It only repros when you hit <kbd>Ctrl+C</kbd> or <kbd>Ctrl+X</kbd> on a line, with no selection, such that the operation affects the whole line. It doesn’t repro if you manually select the line. Madness!
There are several ways to copy a whole line, this seems to be the only one that causes the line to paste above AND when the reformat occurs, for the formatting code to then interpret it as C# and place spaces within the (user standpoint)<text> tags.