List Formatting: Custom card with openOnEvent
set to hover
does not open
#10036
Labels
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
When
openOnEvent
is set tohover
, the custom card sometimes does not open. It seems that the custom card only displays when the area around thecustomCardProps
element is clicked, and the focus is on that element.On the other hand, when
openOnEvent
is set toclick
, the custom card opens without any issues.Steps to reproduce
Create some items in the list and apply the following JSON to the view formatting
Expected behavior
Hover over an element with
customCardProps
set to display a custom card.The text was updated successfully, but these errors were encountered: