-
Notifications
You must be signed in to change notification settings - Fork 123
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
Password window remains after opening encrypted notes #1078
Comments
Same issue in v0.91.5 |
Yes, I just tried the latest 0.91.5 and still have the same problem! |
I've reproduced it myself today as well. |
do we know, what the last version was, before the issue popped up? if not, I'll try to pinpoint it later this week |
All I can say is, that in 0.90.12 this issue did not occur. Since I am not a Beta-user I do not know in which beta version this issue occured. |
@EventualDankDog thanks, that actually helps narrow it down already, because we now have a last known working state :-) (I personally wasn't using protected notes until recently, when I was running the beta versions) |
so, this issue was introduced with e16f4a1 in that commit the TypeWidget class was changed to an abstract class and some methods as well (e.g. doRefresh), so they need to be implemented and are not "inherited" anymore (not a 100% OOP expert, but I think that is the gist of an abstract class). in theory #1140 should be fix the issue, because it does implement "doRefresh" |
@eliandoran no worries, I struggle with the same thing (mixing porting and refactoring), whenever I want to start porting stuff from JS to TS ;-) but ideally of course one would need to split that into two separate steps (which is definitely sometimes hard :-D) |
Description
After I enter the password and open the encrypted section, the encrypted window is still there and I need to F5 refresh to get her back to normal, here's the encrypted section that's been displayed

TriliumNext Version
0.91.3-beta
What operating system are you using?
Windows
What is your setup?
Local + server sync
Operating System Version
Windows10
Error logs
No response
The text was updated successfully, but these errors were encountered: