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

QEditor Link - The hyperlink panel does not appear when the hyperlink button is inside a dropdown box #17920

Open
kirillidze opened this issue Mar 20, 2025 · 0 comments
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite kind/bug 🐞 Qv2 🔝 Quasar v2 issues

Comments

@kirillidze
Copy link

What happened?

It is impossible to use Hyperlink (add/edit/remove) functionality within QEditor component if hyperlink action is located inside the dropdown:

:toolbar="[{
  icon: $q.iconSet.editor.hyperlink,
  fixedLabel: true,
  fixedIcon: true,
  list: 'only-icons',
  options: ['link']
}]
Screen.Recording.2025-03-20.at.18.13.00.mov

What did you expect to happen?

The hyperlink bar panel should be visible even if the hyperlink action was called from the dropdown

Reproduction URL

https://codepen.io/kirillidze/pen/JojvoEv?editors=101

How to reproduce?

  1. Go to the provided reproduction link
  2. Select some word within QEditor text area
  3. Click on the first dropdown inside QEditor toolbar
  4. Click on the Hyperlink button inside the dropdown

Actual result: The hyperlink panel doesn't appear
Expected result: The hyperlink panel is visible. It is possible to configure the link

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Components (quasar)

Platforms/Browsers

Chrome

Quasar info output

Relevant log output

Additional context

No response

@github-actions github-actions bot added area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite kind/bug 🐞 Qv2 🔝 Quasar v2 issues
Projects
None yet
Development

No branches or pull requests

1 participant