Loading...
 
Skip to main content

Tracker textarea field's word-break: break-all property breaks words when they don't need to be

Status
Closed
Subject
Tracker textarea field's word-break: break-all property breaks words when they don't need to be
Version
Regression from 25.x to 26.x
master
Category
  • Regression
  • Developer Training
Feature
Trackers
UI / UX (User interface and experience)
Resolution status
Fixed or Solved
Submitted by
Gary Cunningham-Lee
Lastmod by
Bruno Kambere
Rating
(0)
Description

In branch 26, word-break: break-all is applied in an inline style to the textarea tracker field contents. This causes extreme word breaks where they aren't needed, and makes content look broken.

Matrix chat comment with screenshotQuestion

This is new, compared to Tiki 25. I'm guessing it was added because of tight space when a tracker item is being edited inline, but it isn't good for other situations that don't have that space limit.

If there is a way to limit the scope of this style to the locations where space is limited (inline tracker item editing?), then a CSS rule should be added that has that scope.

If there's no way to limit the scope like that, then at least the property should be added with a class and a CSS rule, not with inline CSS, so it can be overridden in the instances where it isn't wanted.

Importance
9
Easy to solve?
8
Priority
72
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
8434
Created
Sunday 25 June, 2023 07:40:04 UTC
by Gary Cunningham-Lee
LastModif
Tuesday 11 July, 2023 12:24:47 UTC


Show PHP error messages