-
Notifications
You must be signed in to change notification settings - Fork 437
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(TopBar): migrate to NcPopover #13332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫎
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
6391067
to
7094a2c
Compare
/backport to stable30 |
:triggers="['hover']"> | ||
<template #trigger="{ attrs }"> | ||
<p v-bind="attrs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>
cannot have aria-
attributes from attr
, it is not valid.
But it is also not valid to make <p>
an interactive trigger...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's already inside of <a>
, which triggers settings dialog to open, and <p>
only listening to mouseover
So, not much we can do?
{{ conversation.description }} | ||
</p> | ||
</template> | ||
<NcPopover v-if="conversation.description" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🏁 Checklist