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

Toolbar in rich-text editor is covering dropdowns from user and tags #4583

Closed
mrejas opened this issue Apr 3, 2023 · 7 comments
Closed

Toolbar in rich-text editor is covering dropdowns from user and tags #4583

mrejas opened this issue Apr 3, 2023 · 7 comments

Comments

@mrejas
Copy link

mrejas commented Apr 3, 2023

In 1.9.0 the toolbar in the richtext editor is to high in z-level covering the dropdowns from tags and users.

In my case this makes it impossible to remove the tag hidden by the toolbar since there is no scrolling.

Skärmbild från 2023-04-03 10-43-25

@psttf
Copy link

psttf commented Apr 8, 2023

Do you by any chance know how to turn off the rich text editor and revert to direct markdown editing? I can't find such a setting.

@loffa
Copy link

loffa commented Apr 8, 2023

Direct markdown editing still works for me. I can use ### to create a h3 header for example. The editor converts it to rich text directly tho.

A workaround for the above problem is to filter the tags by writing the name of the tag. And use the delete key to remove all tags in the input field.

@ros-financial-com
Copy link

The toolbar of the rich-text editor has a z-index of 100, while the multiselect--multiple class appears to have no z-index defined or it's less than 100 in src/components/card/CardSidebarTabDetails.vue.
Unfortunately, I'm very inexperienced with vue, So I dare not create a PR to suggest a fix.

@reox
Copy link
Contributor

reox commented Apr 13, 2023

Also the overflow menu of the editor itself renders behind the modal box:
image

@pschopen
Copy link
Contributor

pschopen commented Apr 22, 2023

I just tried via inspector and a "z-index: 1" seems to solve the issue.

.app-sidebar__tab .description__text .text-menubar { top: -10px !important; z-index: 1; }

@pschopen
Copy link
Contributor

#4617

@juliusknorr
Copy link
Member

Thanks @pschopen Will close this as a duplicate of #4621

@juliusknorr juliusknorr closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants