-
Notifications
You must be signed in to change notification settings - Fork 5
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
Importing identity does not work on Linux #4
Comments
Which Browser? |
That was quick ;). Firefox on linux. I'll have to check the exact versions. |
I got this error in the console : Firefox 65.0 (64-bits) (Dutch locale) on Ubuntu 18.04.2 LTS |
I tried to reproduce on a blank page, but the console does not show the error, turned add-on debugging on, does not help. I have no idea what I'm doing ;) I looked at the code, I expect onIdentityfileChange to fire, but I have not debugged an extension yet. |
I'll try it on a Linux box when i have access to one. |
I might be able to facilitate that. is there a way to send a more private message ? |
Also, i took the time to read the main page.... I installed the code in chrome and I get the same thing. So at least it is consistent. |
This is not Ubuntu-specific. I get this strange behavior (pop-up window vanishes whenever it loses focus) also on Debian (both in Google Chrome and in Chromium, latest versions). I have no other extensions that use pop-up windows and I could not find anything conclusive on the Internet, except someone who claimed that this is intended behavior by Google. From a user experience perspective this would be a quiet disturbing feature :-). |
I installed the extension in Firefox 65.0.1 on a Windows 10 machine and get the same result. Importing does not seem to function. nst0022 might be on to something. |
the extension "pop-out" window disappears?
Sorry if I'm off the track, this is my best guess from several recent
issues.
Maybe this and other issues can be solved by moving all interactive/wizardy
features to a separate page, since then it won't disappear easily. The
pop-down is probably best reserved for single click features. HTH
|
Ah yes this is a known issue on Linux and Windows: |
Wow, excellent research :-). In that bug report, there is another referenced, where someone said "If you want a popup that isn't transient, then use noautohide.". Could that be a solution, is there a window property "noautohide" you could set? |
Is there a workaround for now, for importing an identity ?? |
Trying this on my Ubuntu laptop, and the Browse button is greyed (blued?) out and I can't click it. Was this a temporary measure while this bug is being fixed, or is there something else going on? I also don't have an option to scan a QR code, so my only option is text import. Is this correct? |
@shanedk How would you scan a QR code on your laptop screen using your laptop? From a desktop machine youd probably click on it, which would open the |
@uphlewis I'm talking about importing the identity. My laptop has a camera, so it'd be great to be able to scan the QR code to import the identity instead of having to do the textual import. |
This should be fixed in version 0.0.40 which has been submitted to Mozilla and Google. |
Ping: is this solved with 0.40 or newer? |
I just downloaded 0.0.32, but was not able to import my identity. The file select dialog opens, but after selecting the original dialog is gone. when I reopen the code is not imported.
The text was updated successfully, but these errors were encountered: