https://bugs.kde.org/show_bug.cgi?id=455149
Dmytrii <dzava...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dzava...@gmail.com --- Comment #3 from Dmytrii <dzava...@gmail.com> --- (In reply to Simon Redman from comment #2) > Marking as confirmed since another user reported a duplicate bug and I can > reproduce the same behavior. > > Note that pressing the enter button to send causes the button to be > disabled, but you can send multiple messages in the same conversation by > using enter to send. If I were guessing, something is wrong with the > `disabled` state of the send button, probably in the part of the code where > it tries to prevent sending duplicate messages by briefly disabling the > button. > > Marking this as a junior job. It's probably a simple fix, someone just needs > to poke into the QML and find where the disabled state of the button is set, > and find where it should be re-enabled. Hello, I found some QML positioning errors. It is not just enabled/disabled issue. This property depends on messageField textarea which became undefined. I can fix it. Could you assign this bug to me, or should I do it on my own? -- You are receiving this mail because: You are watching all bug changes.