You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Regression in PF6 TableText wrapModifier="truncate" not working as expected and truncating text when sufficient space exists.
How do you reproduce the problem?
Go to https://www.patternfly.org/components/table
Modify the first example to render the name with truncation using TableText: <Td dataLabel={columnNames.name}><TableText wrapModifier="truncate">{repo.name}</TableText></Td>
Observe all values are truncated when sufficient space exists.
Expected behavior
Truncations with TableText wrapModifier="truncate" should work the same in PF6 as PF6
Is this issue blocking you?
Yes
Workaround? Possibly with Truncate or otherwise to not truncate with TableText
Screenshots
If applicable, add screenshots to help explain the issue.
PF6
PF5
What is your environment?
OS: macos
Browser chrome
Version 131.0.6778.86
What is your product and what release date are you targeting?
RHOAI 2.17
Any other information?
The text was updated successfully, but these errors were encountered:
Describe the problem
Regression in PF6
TableText wrapModifier="truncate"
not working as expected and truncating text when sufficient space exists.How do you reproduce the problem?
Go to https://www.patternfly.org/components/table
Modify the first example to render the name with truncation using
TableText
:<Td dataLabel={columnNames.name}><TableText wrapModifier="truncate">{repo.name}</TableText></Td>
Observe all values are truncated when sufficient space exists.
Expected behavior
Truncations with
TableText wrapModifier="truncate"
should work the same in PF6 as PF6Is this issue blocking you?
Yes
Workaround? Possibly with
Truncate
or otherwise to not truncate withTableText
Screenshots
If applicable, add screenshots to help explain the issue.
PF6
PF5
What is your environment?
What is your product and what release date are you targeting?
RHOAI 2.17
Any other information?
The text was updated successfully, but these errors were encountered: