Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

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

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

pano9000 opened this issue Jan 18, 2025 · 1 comment

Comments

@pano9000
Copy link
Member

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants