fundamental-ngx icon indicating copy to clipboard operation
fundamental-ngx copied to clipboard

[Sourcing-2][Accessibility: ACC-282.2]: Text: Text truncated when text spacing tool is applied.

Open JyotiKumari1507 opened this issue 2 years ago • 2 comments

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

component having issue: https://sap.github.io/fundamental-ngx/#/platform/settings-generator The descriptions of the themes within the 'Appearance' section within 'Settings' dilaog is truncated on applying text spacing settings. Truncation should be avoided when text spacing is applied to the application. There must not be any loss of information or functionality.

The ability to increase spacing between lines, words, letters, and paragraphs, or any combination of these, may assist a user with effectively reading text. After adjusting spacing, text should fits into its containing box without overlapping other boxes or content being cut off.

It is recommended that the UI should have a flexible and clean implementation of measurements basing on em/rem and incorporating the line height. This way it adapts also to the user's space settings per style sheet.

Can you handle that on the application side

No

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

All latest version

If this is a bug, please provide steps for reproducing it; the exact components you are using;

Activate settings > Appearance tab. Activate ‘Text Spacing’ Stylus tool. The descriptions of the themes within the 'Appearance' section within 'Settings' dilaog is truncated on applying text spacing settings.

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

Yes we have got this bug from Accessibility expert only.

Did you check the documentation and the API?

Yes

Did you search for similar issues?

Is there anything else we should know?

Please refer attachement ACC-283.4.docx

JyotiKumari1507 avatar Jan 21 '24 18:01 JyotiKumari1507

Hi @droshev,

This will be reproducible also with lengthier text in the list items: image Is there an option to enable the wrapping in those list items?

Thanks, Nikolay

nikolay-kolarov avatar Feb 02 '24 14:02 nikolay-kolarov

The list supports that options, we just need to use it in the settings generator

droshev avatar Feb 15 '24 15:02 droshev