pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 9 forks source link

[bug] sfpeg-list-cmp - Regression UI from spring release #66

Closed alexispissinier closed 6 months ago

alexispissinier commented 6 months ago

Describe the bug Since spring release we observed different size button in the sfpeg list header actions, particularly with drop down list button.

To Reproduce Steps to reproduce the behavior:

  1. Configure a sfpeg list component on a lightning page with sorting capabilities for example
  2. Go to the lightning page and observe the issue

Investigations After talking with Salesforce support, here is the final conclusion: Root Cause Analysis of the issue :- As mentioned previously this is occurring because of the component size properties, the size is affected due to the LWC component rendering on the property called "border-filled". There is no offical proof that the css behind changed with the release..

So we detect in the following components the variant="border-filled" used c-sfpeg-action-bar-cmp c-sfpeg-list-cmp

Screenshots of the issue image image

pegros commented 6 months ago

@alexispissinier Issue fixed ! Thanks for the hint.