Certain field configurations result in words breaking unnecessarily #379

Open
opened 2023-05-07 19:23:28 +00:00 by shadowfacts · 0 comments
Owner

image

I'm not sure there's a way around this with just autolayout. Might need to drop down to the TextKit/CoreText level, because we want to find a column width that maximizes the available space for the larger column while avoiding, if possible, splitting any words. This needs to take into account how words are actually wrapped in the larger column, since, as in this case, we may be giving extra space to the larger column that it can't actually use because of the by-word-wrapping line break mode

![image](/attachments/f48f4f3f-ea3d-4fa0-9b02-6cf725580a1a) I'm not sure there's a way around this with just autolayout. Might need to drop down to the TextKit/CoreText level, because we want to find a column width that maximizes the available space for the larger column while avoiding, if possible, splitting any words. This needs to take into account how words are actually wrapped in the larger column, since, as in this case, we may be giving extra space to the larger column that it can't actually use because of the by-word-wrapping line break mode
shadowfacts added the
bug
label 2023-05-07 19:23:28 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shadowfacts/Tusker#379
No description provided.