dm3
dm3 copied to clipboard
Bug: UI Testing XIII
TESTED VERSION: STAGING 2023-12-20T08:45:42 548f82f
PRIO1 ... critical bug, blocks usage PRIO2 ... bug, but doesn't block usage PRIO3 ... not nice, not critical for release
-
[ ] (PRIO2) Editing a message removes reply information (1. reply to a message, 2. edit this message -> no reply info anymore (wrong), expected: reply info AND edited message
-
[ ] (PRIO2) Edit a message with attachment: in the edit window, the wrong file name is displayed
-
[ ] (PRIO2) Editing a message with attachment (file), add another attachment: Name was links.txt, in the list it is called file1.plain, edit again: name is 50lvs.plain --> expected: name is consistent (the specification says, the file name is saved)
-
[x] (PRIO2) A reply to a message with attachments is shown at the sender as a reply, but with no reply information at the receiver
-
[x] (PRIO3) when the menu opens at a message on the bottom, the message is moved (because the menu needs place). --> bad UX as opening a menu must not move the content (messages) --> looks like the menu is rendered inside the scroll pane --> we should have same UX as other menus
-
[x] (PRIO2) Integerate DM3 logo svg on Sign in screen.
-
[x] (PRIO2) Fix the linting error issue in DM3 logo svg ( max length rule breaks )
@steffenkux
- Regarding the first issue, already a issue is open that heiko will be looking how to track multiple actions on same message.
- Regarding file name change, I agree the name of the file changes but that is due to maintaining the consistency of file names when we add multiple files. I will make the change and make it to original file name whatever is uploaded.
- The last 2 items I will test and fix