rsuite-table icon indicating copy to clipboard operation
rsuite-table copied to clipboard

Resizing Table Columns (Resizable Table) causes 'broken' Table presentation

Open oarsyonovbl opened this issue 2 years ago • 0 comments

This issue seems to be reproducible in the latest version of rsuite-table (can also reproduce this issue on the demo page here: https://rsuitejs.com/components/table/#resizable)

Steps to reproduce:

  1. Step 1 (Get to the table as shown on rsuite-table demo page) rsuiteIssueStep1

  2. Step 2 (Resize one of the columns to bigger width) rsuiteIssueStep2

  3. Step 3 (Resize it to even bigger width (could take 2 attempts) so that horizontal scroll would appear) rsuiteIssueStep3

  4. Scroll horizontally to the right most edge of the Table so that the resized column still remains partially in view rsuiteIssueStep4

  5. Attempt to resize that column to lower width. rsuiteIssueStep5

Actual result: Table becomes stuck. It is now impossible to horizontally scroll to what is to the left (first column). No scroll is shown. Expected result: Table does not become stuck. It is possible to horizontally scroll to the very left edge of the Table without issues.

oarsyonovbl avatar Apr 12 '22 20:04 oarsyonovbl