Feature Request Description
Issue #13304 concerns cross-team components.
A PR for ListItemBase in particular is already pending which adds e.stopPropagation() to _onclick() and fires fireDecoratorEvent("click", { item, originalEvent }) inside fireItemPress.
Proposed Solution
- Please check if adjustments are also required for
NotificationListItem, which extends ListItemBase but overrides both _onclick and fireItemPress without calling super — meaning both changes from the PR appear bypassed for NotificationListItem instances.
- Add the required adjustments for
Tab, as it is outside the scope of the existing PR for ListItemBase and needs a separate PR
Feature Request Description
Issue #13304 concerns cross-team components.
A PR for ListItemBase in particular is already pending which adds
e.stopPropagation()to_onclick()and firesfireDecoratorEvent("click", { item, originalEvent })insidefireItemPress.Proposed Solution
NotificationListItem, which extendsListItemBasebut overrides both_onclickandfireItemPresswithout callingsuper— meaning both changes from the PR appear bypassed forNotificationListIteminstances.Tab, as it is outside the scope of the existing PR for ListItemBase and needs a separate PR