Task preview/display does not show HTML formatting which was applied to the description
Categories
(Calendar :: Calendar Frontend, defect, P3)
Tracking
(thunderbird_esr91 affected, thunderbird_esr102+ affected, thunderbird96 affected)
People
(Reporter: u686237, Assigned: neil)
References
Details
(Keywords: ux-consistency)
Attachments
(3 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Steps to reproduce:
I created a task in the task section. This task has a description with formatting (see screenshot 1): different heading styles, bullet list, numbered list, bold text, underlined text, italic text.
Actual results:
The text formatting does not appear in the task preview (see screenshot 2).
Expected results:
Make the task preview (description preview) in screenshot 2 respect and show the correct formatting, too, just like in screenshot 1.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
91.3.0 (64-bit) / 96.0a1 (2021-11-06) (64-bit), Win10
Thanks Riban - confirming exactly as described - that's odd.
Allowing HTML formatting in task description, but not displaying it in the task preview makes no sense indeed, and formatting carries meaning.
We should fix this when the time allows.
Geoff, any insights? Can you assign someone?
Comment 3•4 years ago
|
||
(In reply to Thomas D. (:thomas8) from comment #2)
... Geoff, any insights? Can you assign someone?
Updated•4 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 6•2 years ago
|
||
Comment on attachment 9306107 [details] [diff] [review]
Proposed patch
Looks like you copied this from calendar-item-summary.js, which is fair enough, although you should mention that in the extended commit message. Any particular reason you used global.css instead of editorContent.css?
Assignee | ||
Comment 7•2 years ago
|
||
(In reply to Geoff Lankow from comment #6)
Any particular reason you used global.css instead of editorContent.css?
Because I based this on my patch to bug 1607834, so it didn't have any subsequent changes applied to it. I've fixed that now, and also mentioned the relevant bugs in the comment.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by [email protected]:
https://hg.mozilla.org/comm-central/rev/c0288a088b51
Show HTML descriptions in the task preview. r=darktrojan
Description
•