The fundamental NGX component does not provide any inputs on tooltips #12719
Labels
accessibility
use this label for any issue or enhancement related to screenreader/keyboard/etc support
Milestone
Is this a bug, enhancement, or feature request?
Feature request
Describe your proposal.
The table components used from the NGX platform do not include tooltips for usage.
Can you handle that on the application side
--
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.)
0.53.0
If this is a bug, please provide steps for reproducing it; the exact components you are using;
In the table, there are drop-downs inside rows. A tooltip is required for those drop-downs. But there is no code which includes tooltips here.
Please provide relevant source code (if applicable).
HTML code:
<fdp-table
#table
[dataSource]="source"
[childDataSource]="childSource"
[isTreeTable]="true"
selectionMode="multiple"
relationKey="children"
emptyTableMessage="No data found"
bodyHeight="300px"
[virtualScroll]="true"
[pageScrolling]="true"
[pageSize]="50"
[renderAhead]="50"
[pageScrollingThreshold]="80"
hasChildrenKey="hasChildren"
[expandOnInit]="true"
<fdp-table-p13-dialog [table]="table">
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.
Since the NGX component doesn't include tooltips, it violates the ACC standard and it needs to be fixed. (As said by the accessibility expert).
Did you check the documentation and the API?
Yes
Did you search for similar issues?
Yes
Is there anything else we should know?
https://sap.github.io/fundamental-ngx/#/platform/table/advanced
IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.
The text was updated successfully, but these errors were encountered: