Skip to content

Avoid re-truncation when checking work item checklist items

Nick Leonard requested to merge nl-fix-truncation-checkboxes into master

What does this MR do and why?

Prevents description from truncating on checklist check.

This also expands the description in all cases — meaning if the checklist is near the top of a truncated description, clicking a checklist item expands the description. This fits the general principle that engaging with the description should show the full description.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
before after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Create a task with a long description including a checklist
  2. Reload the task so the description is truncated
  3. "Show all" description
  4. Check a checklist item
Edited by Nick Leonard

Merge request reports