Testing Version 1.0.211 Drag and Drop

Joplin 1.0.211 (prod, win32)

Client ID: f6e962293a854ce19c053e07c8f7ab4a
Sync Version: 1
Profile Version: 29

Revision: bec8a2e7 (master)

windows10, running joplin portable version.

bug in the drag and drop. but error only happens when dropping into a top-level note. dropping into a sub-level note works fine.
when dropping, Joplin screen blanks out white (see attached). attached is also the console log.

-1589994056794.log (31.9 KB)

Unfortunately I can’t replicate this. Does it happen with v212 too? https://github.com/laurent22/joplin/releases/tag/v1.0.212

And is it with all your top-level notes or only some of them?

this is odd. did a fresh setup of joplinportable, toggled the development tools and got this:
-1590068755207 (fresh install).log (9.9 KB)
imported my .jex file then dragged a file into one of the welcome notes and got this (all good so far):-1590068798790 (drag and drop ok).log (10.0 KB)
dragged the same file into a note in my imported folder, white screen:
-1590068882823 (drag into 01-Inbox note).log (31.7 KB)
tried v1.0.212, same problem:-1590069156436 (Joplin 212).log (32.2 KB)

so there is something in one of those notes in my ‘01-Inbox’ that is causing the problem. can you tell if there is something offending there? corrupt file or something odd?

Could you try with v214 to see if it happens again? https://github.com/laurent22/joplin/releases/tag/v1.0.214

that did it, thanks for the quick fix. was it a problem with my files or just an edge case?

No just a bug caused by messy code really. I was getting the selection in a convoluted way, which was causing unnecessary UI updates and in some case (as in yours) an infinite rendering loop. I’ve simplified it and now anything selection-related should be much more stable.

1 Like