Bug Description
In ui5-search-item (used in ShellBar global search suggestions), the list item appears fully clickable but the click action only triggers when clicking on or very near the text label, or on the far right of the row. Clicking slightly above or below the centered text does nothing, creating "dead zones" within the visually highlighted row.
Root Cause (from DOM inspection):
The inner li[part="native-li"] has align-items: center and height: 100%, but the actual clickable/interactive target (ui5-search-item-content or similar) does not stretch to fill the full row height. The click area is constrained to the content height rather than the full list item height.
Affected Component
SearchItem
Expected Behaviour
The entire highlighted row area should be clickable.
Isolated Example
https://ui5.github.io/webcomponents/components/fiori/SearchItem/
Steps to Reproduce
Steps to Reproduce:
- Open ShellBar with a search field
- Type a query (e.g. "manage")
- Hover over a suggestion row — the full row highlights
- Click in the top or bottom portion of the row (above/below the text) → no action
- Click directly on the text or far right → action triggers correctly
Expected: The entire highlighted row area should be clickable.
Log Output, Stack Trace or Screenshots
Priority
High
UI5 Web Components Version
2.25.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
SAP SuccessFactors
Declaration
Bug Description
In ui5-search-item (used in ShellBar global search suggestions), the list item appears fully clickable but the click action only triggers when clicking on or very near the text label, or on the far right of the row. Clicking slightly above or below the centered text does nothing, creating "dead zones" within the visually highlighted row.
Root Cause (from DOM inspection):
The inner li[part="native-li"] has align-items: center and height: 100%, but the actual clickable/interactive target (ui5-search-item-content or similar) does not stretch to fill the full row height. The click area is constrained to the content height rather than the full list item height.
Affected Component
SearchItem
Expected Behaviour
The entire highlighted row area should be clickable.
Isolated Example
https://ui5.github.io/webcomponents/components/fiori/SearchItem/
Steps to Reproduce
Steps to Reproduce:
Expected: The entire highlighted row area should be clickable.
Log Output, Stack Trace or Screenshots
Priority
High
UI5 Web Components Version
2.25.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
SAP SuccessFactors
Declaration