https://bugs.kde.org/show_bug.cgi?id=516116
Bug ID: 516116
Summary: Impossible to enter a properly-formatted list now
Classification: Applications
Product: NeoChat
Version First git master
Reported In:
Platform: Flatpak
OS: Linux
Status: REPORTED
Keywords: regression
Severity: normal
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
NeoChat from git master via the nightly Flatpak repo
STEPS TO REPRODUCE
1. Type "This is a list" in the chat bar
2. Press Shift-Enter to start a new line
3. Type "- list item"
4. Press Shift-Enter to start a new line
5. Type "- another list item"
6. Press Enter
OBSERVED RESULT
A message is sent with the following text:
This is a list:
Hello - Hello
EXPECTED RESULT
A message is sent with the following text:
This is a list:
- Hello
- Hello
(or something similarly coherent)
ADDITIONAL INFORMATION
Similar to Bug 516106 but not exactly the same
--
You are receiving this mail because:
You are watching all bug changes.