Skip to content
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

multiline paste to other tab followed by Ctrl select #361

Open
marilmanen opened this issue Jan 10, 2025 · 1 comment
Open

multiline paste to other tab followed by Ctrl select #361

marilmanen opened this issue Jan 10, 2025 · 1 comment

Comments

@marilmanen
Copy link
Contributor

This is an issue which I have seen very rarely in the past (possible also with old nedit), but now I can reproduce it.

  1. start nedit-ng with two tabs
  2. type couple lines to first tab
  3. select multiple lines with mouse left button
  4. paste selection to the other tab with mouse middle button
  5. press Ctrl and keep it down
  6. select text with mouse left button

Text selection is not possible as the selection in the first tab remains active.

When testing with two separate nedit-ng sessions I get terminal messages
Warning: QXcbClipboard::setMimeData: Cannot set X11 selection owner

With commit 0fed48f I'm not able to reproduce the issue, but I get messages
Warning: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2701, resource id: 16351026, major code: 40 (TranslateCoords), minor code: 0

No issues with commit 450ad17-dirty (it was built with Qt: 5.9.7 )

I'm using AlmaLinux release 8.9, QT 5.15.3 and NoMachine.

I wonder if you can reproduce the issue?

@eteran
Copy link
Owner

eteran commented Jan 10, 2025

I'll look into it, sounds like an interesting issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants