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

Import Dialog "Safe Import" Tooltip is cut off #1003

Open
pano9000 opened this issue Jan 18, 2025 · 1 comment
Open

Import Dialog "Safe Import" Tooltip is cut off #1003

pano9000 opened this issue Jan 18, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@pano9000
Copy link
Contributor

Description

Image

tooltip from src/public/app/widgets/dialogs/import.js with message comes from "import.safeImportTooltip" translation, but is cut off after "Uncheck".

TriliumNext Version

git

What operating system are you using?

Ubuntu

What is your setup?

Server access only

Operating System Version

git

Error logs

No response

@eliandoran
Copy link
Contributor

@pano9000 , it appears caused by the fact that we have html set to true so it tries to render the quotes as HTML, breaking the content. We probably need to filter the input translation somehow, but it has to be done for all the places where we render HTML (7 different instances at the moment, look for html: true).

@pano9000 pano9000 added the bug Something isn't working label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants