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

Issue with table scroll when table is used inside Flexible Column Layout

Open InnaAtanasova opened this issue 3 years ago • 0 comments

Is this a bug, enhancement, or feature request?

Bug

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

0.32.2

If this is a bug, please provide steps for reproducing it.

  • Use Flexible Column Layout and add a table with 30+ entries in the first section of the layout and another table in the middle section. Initially only the first section is displayed.
  • scroll to the last item of the table and click on it to open the middle section.
  • Because now the first section has smaller width, the scroll "jumps" and the user has to scroll again to the bottom of the table.

Expected behaviour: the scroll should remain at the bottom of the layout and should not change when the section of the Flexible Column Layout changes.

*Note: there's a video sent from the application that reported the bug but since it's internal I will not post it here. Please contact me for further information.

InnaAtanasova avatar Oct 19 '21 15:10 InnaAtanasova