-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Mobile: Blank UI from switching between notes in different notebooks and unloading app #11384
Comments
Possibly related to the fix for #10677? Since that one was also about buggy behaviour when switching notes in different notebooks... |
Interestingly, navigating A -> B -> A then unloading doesn't seem to result in a blank UI, so the issue seems to be with the current note being in a different notebook than the first one |
… causes blank screen This issue is caused by `Notes.tsx` removing the current note from `state.notes` (due to not being in the current parent item). This then causes the editor to unload. This change needs: - Manual testing
…ctedNoteIds is empty This updates Note.tsx to continue showing the previous note even if selectedNoteIds is empty, which can happen if a link or "move to folder" action moves the current note out of the selected folder. This matches the behavior prior to the fix for issue laurent22#10677.
I posted about this on the community forums and posted 2 videos of the bug happening there, if that helps at all |
Thank you for the additional information! Be aware that a fix for this issue has been merged. However, at the time of this writing, it has not been included in a release. |
Operating system
Android
Joplin version
3.1.8
Desktop version info
Joplin Mobile 3.1.8 (prod, android)
Client ID: d94348b4ba434bb589db1fb87e33a45a
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: 41b251d (release-3.1)
AlertsPerfect: 1.0.1
Extra Markdown editor settings: 1.4.1
History Panel: 1.0.2
Kanban: 1.1.0
Link Graph UI: 1.5.0
Math Mode: 0.7.1
Note Tabs: 1.4.0
Quick Links: 1.3.2
Android API level: 34
WebView version: 130.0.6723.107
WebView package: com.google.android.webview
FTS enabled: 1
Hermes enabled: 1
Current behaviour
Expected behaviour
UI shouldn't break by unloading the app
Logs
No response
The text was updated successfully, but these errors were encountered: