Skip to content

[Feature Request]: NotificationListItem and Tab need semantic click event (sub-issue of #13304) #13328

@kineticjs

Description

@kineticjs

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

  1. 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.
  2. Add the required adjustments for Tab, as it is outside the scope of the existing PR for ListItemBase and needs a separate PR
  • I’m not disclosing any internal or sensitive information.

Metadata

Metadata

Type

No type

Projects

Status

New Issues

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions