Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core/menu-avatar-item): use host for trigger target #1113

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

danielleroux
Copy link
Collaborator

๐Ÿ’ก What is the current behavior?

GitHub Issue Number: Closes #1105

๐Ÿ†• What is the new behavior?

If the ix-dropdown-item is hosted inside a wrapper like ix-menu-avatar-item it is necessary to provide the trigger indicator on the host level.

๐Ÿ Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • ๐Ÿฆฎ Accessibility (a11y) features were implemented
  • ๐Ÿ—บ๏ธ Internationalization (i18n) - no hard coded strings
  • ๐Ÿ“ฒ Responsiveness - components handle viewport changes and content overflow gracefully
  • ๐Ÿ“„ Documentation was reviewed/updated (yarn docs)
  • ๐Ÿงช Unit tests were added/updated and pass (yarn test)
  • ๐Ÿ“ธ Visual regression tests were added/updated and pass (yarn visual-regression)
  • ๐Ÿง Static code analysis passes (yarn lint)
  • ๐Ÿ—๏ธ Successful compilation (yarn build, changes pushed)

๐Ÿ‘จโ€๐Ÿ’ป Help & support

@danielleroux danielleroux added the pull request affects patch version The pull request affects only patch version label Feb 23, 2024
@danielleroux danielleroux added this to the 2.1.1 milestone Feb 23, 2024
Copy link
Collaborator

@nuke-ellington nuke-ellington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible parameter renaming

Co-authored-by: Lukas Maurer <lukas.maurer@siemens.com>
@danielleroux danielleroux merged commit 1fd1637 into main Feb 26, 2024
6 checks passed
@danielleroux danielleroux deleted the fix/menu-avatar-item-dropdown branch February 26, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull request affects patch version The pull request affects only patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ix-dropdown trigger in combination with ix-menu-avatar-item does not work
2 participants