SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
435 stars 97 forks source link

[SF][AnalyticalTable]: Some columns are not visible in RTL mode #5094

Closed summer2200 closed 11 months ago

summer2200 commented 11 months ago

Describe the bug

In LTR mode, the table columns can be fully displayed after horizontally scrolling, but in RTL mode, some columns are not visible even if scroll to the left end of the table.

Isolated Example

https://codesandbox.io/s/cocky-thunder-n3h7ml?file=/src/App.js

Reproduction steps

  1. Open the isolated example, scroll the table to view all the columns.
  2. Change dir="rtl" to dir="ltr" in public/index.html to view the fully displayed table columns to compare.

Expected Behaviour

All the columns should be displayed in RTL mode.

Screenshots or Videos

Screenshot 2023-09-27 at 16 33 41

UI5 Web Components for React Version

1.19.0

UI5 Web Components Version

1.17.2

Browser

Chrome, Edge, Firefox, Safari

Operating System

No response

Additional Context

No response

Relevant log output

No response

Declaration

github-actions[bot] commented 11 months ago

:tada: This issue has been resolved in version v1.21.1 :tada:

The release is available on v1.21.1

Your semantic-release bot :package::rocket: