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

(Bug report) Imported Evernote Enex file overlaps Trilium UI #931

Closed
achilles78 opened this issue Jan 12, 2025 · 4 comments
Closed

(Bug report) Imported Evernote Enex file overlaps Trilium UI #931

achilles78 opened this issue Jan 12, 2025 · 4 comments

Comments

@achilles78
Copy link

achilles78 commented Jan 12, 2025

Description

when display a note(a clipped webpage by evernote clipper) imported from evernote enex file, the application is crashed.
Even after I restarted the application , the application is still in "crashed state" as it will display last note.
crashed application
evernote note enex imported.zip

EDIT by @pano9000:
lighter test imort zip file can be found here -> less intrusive (i.e. you can still browse to other notes), but still shows the same issue:
#931 (comment)

TriliumNext Version

v0.91.2-beta

What operating system are you using?

Windows

What is your setup?

Local + server sync

Operating System Version

Windows 11 24h2

Error logs

No response

@pano9000
Copy link
Member

Can confirm this happens on browser version as well.
"Crashed" might be the wrong term here though – there is no actual "application crash" .

This is a rendering issue here caused by the imported inline styles: it adds some position and z-index attributes so that the imported content is overlapping the Trilium UI

@pano9000 pano9000 added the bug label Jan 12, 2025
@pano9000 pano9000 changed the title (Bug report) (Bug report) Imported Evernote Enex file overlaps Trilium UI Jan 12, 2025
@pano9000
Copy link
Member

@achilles78 you could try to use "Alt+Left" shortcut to move back in note history, which might help you with making the UI "usable" again, so that you can try to delete the imported note, until this issue is fixed

@pano9000
Copy link
Member

I've trimmed down the faulty file above to an "easier to manage" show case of the error, kindly find it attached:

test.enex.zip

(Needed to zip it, as Github won't allow .enex files)

it boils down to the element having "position: fixed" set ("relative" will also cause issues, and I assume "sticky" might as well).

@achilles78
Copy link
Author

@achilles78 you could try to use "Alt+Left" shortcut to move back in note history, which might help you with making the UI "usable" again, so that you can try to delete the imported note, until this issue is fixed

Thanks for your help. But it seems the "Alt+left" shortcut dosen't work in desktop UI. I have to delete this note from server side,then reinstall desktop and sync.

# 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

3 participants