-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SelectAll/Copy/Paste Keyboard Shortcuts are not working within DevTools and native input and file dialogs #8654
Comments
@christlee1989 I'm not sure I understand correctly, are you stating that keyboard shortcuts from the application are not working in chrome's devtools? "Copy/Paste Keyboard Shortcuts are not working within DevTools" seems to suggest this is what the issue is talking about. |
yes, as shown in the figure |
@christlee1989 it is still not clear what the exact issue is, commands from |
Where exactly do you have the issues with copy/paster, @christlee1989? Can you share a screencast that depicts the defect? |
When I execute the CMD+C shortcut in devtool, the copy command of theia is triggered,and can’t paste copied content |
Yes, I can confirm this. It isn't an enjoyable dev experience, especially when you have another (non-theia) Electron browser window opened; keybindings just does not work. For example, for logging in, you open a new browser window. For the record, this is a dev thing only. It does not cause any core-Theia malfunction. Feel free providing a PR with the fix, @christlee1989 ;) |
I have converted this issue into a bug: the SelectAll + Copy + Paste functionality does not work with the native dialogs either. |
@kittaakos Hello,I also encountered this problem here,is there any solution to this problem? |
… working within DevTools and native input and file dialogs Signed-off-by: 赵梦欢 <zhaomenghuan02@meituan.com>
… working within DevTools and native input and file dialogs Signed-off-by: 赵梦欢 <zhaomenghuan02@meituan.com>
…in DevTools and native input and file dialogs Signed-off-by: 赵梦欢 <zhaomenghuan02@meituan.com>
Bug Description:
Copy/Paste Keyboard Shortcuts are not working within DevTools
Steps to Reproduce:
1.Open Devtools
2.try Cmd+C/Cmd+V copy/paste anything in Devtools, Nothing happened
I can see that it executed the COPY command, but nothing todo
Additional Information
The text was updated successfully, but these errors were encountered: