You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into the situation that I wanted to open a log and the app just did nothing, no error. Either opens with a blank screen, or in case Glogg is open already, just nothing.
Upon looking into this in more detail it turned out that the user didn't have the necessary rights to open the document.
I would suggest presenting an error message in cases like this.
To reproduce:
Change access rights on logfile which will prevent user from reading it. chown/chmod
File/Open (try)
I would propose an error saying that the file is not readable instead of no visual feedback.
The text was updated successfully, but these errors were encountered:
Ran into the situation that I wanted to open a log and the app just did nothing, no error. Either opens with a blank screen, or in case Glogg is open already, just nothing.
Upon looking into this in more detail it turned out that the user didn't have the necessary rights to open the document.
I would suggest presenting an error message in cases like this.
To reproduce:
I would propose an error saying that the file is not readable instead of no visual feedback.
The text was updated successfully, but these errors were encountered: