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

Cursor jumps to first character while editing a message #1086

Open
fraenki opened this issue Feb 5, 2025 · 3 comments
Open

Cursor jumps to first character while editing a message #1086

fraenki opened this issue Feb 5, 2025 · 3 comments
Labels

Comments

@fraenki
Copy link

fraenki commented Feb 5, 2025

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Write a chat message and send it.
  2. Use CTRL+UP to edit the chat message.
  3. Now another participant should send a message while you are still editing/typing your own message.
  4. In the edit screen, the cursor jumps to the first character. So instead of typing at the end of the message, you accidentially continue at the start of the message.

NOTE 1: It is more likely to occur when the other chat participant keeps sending messages. (Enough messages to trigger the text to scroll up.)

NOTE 2: It seems to only occur when the screen scrolls up (due to a new messages) and I am still typing on the keyboard. Without pressing any key it does not occur.

Expected behaviour

Messages from other participants should not interfere with me while typing a message.

Actual behaviour

The cursor is automatically reset to the first position of the message while typing.

Diagnosis and logs

Diagnosis report

Nextcloud Talk Desktop
Version v1.1.2-beta
Built-in Talk version v21.0.0-rc.2
Release channel beta
Operating system Linux 6.8.0-52-generic (#53-Ubuntu SMP PREEMPT_DYNAMIC Sat Jan 11 00:06:25 UTC 2025)
Executable Path /app/lib/com.nextcloud.talk/Nextcloud Talk
Using Wayland ❌ no
Connected to -
Nextcloud server version 30.0.5
Nextcloud Talk version 20.1.3
notifications app enabled ✅ yes
notify_push app enabled ✅ yes

Application config

{
  "launchAtStartup": false,
  "theme": "default",
  "systemTitleBar": true,
  "monochromeTrayIcon": false,
  "zoomFactor": 1.1999999999999997,
  "playSoundChat": "respect-dnd",
  "playSoundCall": "respect-dnd",
  "enableCallbox": "respect-dnd"
}
@fraenki fraenki added 0. Needs triage bug Something isn't working labels Feb 5, 2025
@ShGKme
Copy link
Contributor

ShGKme commented Feb 7, 2025

@fraenki Could you please provide the Diagnosis report?

@fraenki
Copy link
Author

fraenki commented Feb 7, 2025

@ShGKme Added to the description. And it's now 100% reproduceable for me, I've added two notes to the description.

@fraenki
Copy link
Author

fraenki commented Feb 7, 2025

I've recorded the issue... Notice how I start typing aaaa at the end of the message, but once the other participant's message is received, the cursor jumps to the start of my message and the aaaa's are added to the beginning of the message.

Screencast.2025-02-07.23.27.02.mp4

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

No branches or pull requests

2 participants