Describe the bug
Recently, while using Chrome (version 112.0.5615.49) on macOS (version 12.6.3), I have encountered an issue when copying and pasting from the Console panel in DevTools. After selecting a word and copying it, when I paste it, it always shifts 2 characters backwards. What could be the reason for this?
To Reproduce
Steps to reproduce the behavior:
- Any page, F12 to open
devtools
, switch toconsole
panel - Select and focus on a word(for example: the word 'Uncaught' in sentence
Uncaught ReferenceError:
), docmd + c
orright click & select copy
on this word. cmd + v
orright click & select paste
anywhere, you get error word,caught R
Expected behavior
Copy 'Uncaught', paste will print 'Uncaught'
Screenshots
Desktop
- OS: macOS (12.6.3 (21G419))
- Browser [Chrome]
- Version [112.0.5615.49]
So, is it a chrome bug? or waiting for offical upgrade to fix it?
site:bugs.chromium.org/p/chromium/issues console copy 112 OR 113 OR 114 OR 115
" – Greenlee