appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Bug][List] With scroll contents ON in the list item container, the last widget crops

Open kamakshibhat-appsmith opened this issue 1 year ago • 1 comments

Image

kamakshibhat-appsmith avatar May 10 '23 11:05 kamakshibhat-appsmith

This happens since the canvas's height calculated in positionUtils is being overridden by UPDATE_LAYOUT in canvasWidgetReducer.

aswathkk avatar May 11 '23 12:05 aswathkk

  1. W.r.t to scroll contents turning ON , the container doesn't correctly wrap around the last widget https://www.loom.com/share/388545ce687e47429349726482bc6d70
  2. Widgets get cut off when we try to place it in List Item https://www.loom.com/share/6714518d51744e93b32a71a85cb5dfcc
  3. Should we introduce some padding between last widget and the list item container.

kamakshibhat-appsmith avatar May 16 '23 17:05 kamakshibhat-appsmith