You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, when a content is pasted into the GtkEntry using a keybaord shortcut (Ctrl+V), some older windows content is used. Pasting from a context menu works as expected and then pasting using the keyboard uses that clipboard content.
put test2 into the clipboard
paste it using the context menu
put test3 into the clipboard
delete, paste using clipboard -> pastes test2
delete, paste using clipboard -> pastes test2
delete, paste using the context menu -> pastes test3
super strange... maybe a general Gtk bug? Multiline text input works normally with keyboard
The text was updated successfully, but these errors were encountered:
On Windows, when a content is pasted into the GtkEntry using a keybaord shortcut (Ctrl+V), some older windows content is used. Pasting from a context menu works as expected and then pasting using the keyboard uses that clipboard content.
test2
into the clipboardtest3
into the clipboardtest2
test2
test3
super strange... maybe a general Gtk bug? Multiline text input works normally with keyboard
The text was updated successfully, but these errors were encountered: