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(TopBar): migrate to NcPopover #13332

Merged
merged 2 commits into from
Sep 19, 2024
Merged

fix(TopBar): migrate to NcPopover #13332

merged 2 commits into from
Sep 19, 2024

Conversation

DorraJaouad
Copy link
Contributor

☑️ Resolves

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

🏚️ Before 🏡 After
image image

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

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

🫎

src/components/TopBar/TopBar.vue Show resolved Hide resolved
src/components/TopBar/TopBar.vue Show resolved Hide resolved
src/components/TopBar/TopBar.vue Show resolved Hide resolved
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
@DorraJaouad DorraJaouad merged commit d49530a into main Sep 19, 2024
46 checks passed
@DorraJaouad DorraJaouad deleted the fix/13328/top-bar branch September 19, 2024 13:05
@Antreesy
Copy link
Contributor

/backport to stable30

Comment on lines +42 to +44
:triggers="['hover']">
<template #trigger="{ attrs }">
<p v-bind="attrs"
Copy link
Contributor

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...

Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

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

Just noticed, that popover might be wider than a description:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Room description pop-up closes to fast
3 participants