SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.51k stars 263 forks source link

fix(ui5-table): add aria reference to growing btn sub text #9836

Closed ilhan007 closed 2 weeks ago

ilhan007 commented 2 weeks ago

The moreDataText has never been assigned, probably a degradation in the past after growingButtonSubText was introduced. Due to this even if growingButtonSubText is set, the span ({this._id}-growingButton-subtext) that is internally created for a11y reasons has never been referenced and read out by screen readers.

Related to: https://github.com/SAP/ui5-webcomponents/issues/9807