SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 258 forks source link

[ui5-multi-combo-box]: "Select all" checkbox container has no background #9495

Closed alexis39tt closed 1 month ago

alexis39tt commented 1 month ago

Bug Description

When the showSelectAll property is set to true, the "Select all" checkbox appears (as expected). But if there are many items in the multi-combo-box and the list is scrollable, the "Select all" container is transparent and thus the scrolled items are visible under it

Screenshot attached

Screenshot 2024-07-16 at 15 26 05

Browser Chrome, Safari

Operating System macOS Sonoma 14.5

Additional Context None

Organization None

Declaration

Affected Component

ui5-multi-combo-box

Expected Behaviour

The background for the "Select all" checkbox container should be the same as for the list

Isolated Example

n.a.

Steps to Reproduce

  1. Add a ui5-multi-combo-box with the property showSelectAll set to true
  2. Add some ui5-multi-combo-box-item (15-20 should be enough) in it
  3. Scroll the items when the list is open

Log Output, Stack Trace or Screenshots

Screenshot 2024-07-16 at 15 26 05

Priority

Low

UI5 Web Components Version

2.0.1

Browser

Chrome

Operating System

macOS Sonoma 14.5

Additional Context

No response

Organization

SAP

Declaration

tsanislavgatev commented 1 month ago

Hi colleagues,

Can you please check this issue? It's reproducible on quartz light here. You need to scroll down the list when you open the popover.

Best Regards, Tsani