Firefox addons with password fields in Ubuntu 18.04 won't open


up vote
3
down vote
favorite
I'm seeing an issue where Firefox addons with a button in toolbar can't be used if the addon contains text fields for passwords. These same addons work fine on my Windows machine, so I believe the issue is somehow connected to Firefox on Ubuntu.
I have several addons in toolbar, and all of them work fine except for those that require a login. When I click on a broken addon, its window opens briefly then immediately disappears, making it impossible to login.
One of my misbehaving addons is for a password manager. Because this addon is made available through the Firefox sidebar tool, I can use the sidebar to login. Once logged in, the toolbar piece of the addon works just fine.
Addons that require a username and password to log in have interesting behavior. If I click in the username text field, I can add text, but the moment I click in the password field, the window closes. I have other addons that have fields for text entry, but none of those fields asks for a password, and they work fine.
To address this problem, I've tried purging Firefox and deleting all config files. I reinstalled only one addon, one of the misbehaving ones, and it still exhibits the same problem.
I'm completely stumped on troubleshooting steps. Where should I look to find more information about what could be the source of this problem.
firefox add-on
add a comment |Â
up vote
3
down vote
favorite
I'm seeing an issue where Firefox addons with a button in toolbar can't be used if the addon contains text fields for passwords. These same addons work fine on my Windows machine, so I believe the issue is somehow connected to Firefox on Ubuntu.
I have several addons in toolbar, and all of them work fine except for those that require a login. When I click on a broken addon, its window opens briefly then immediately disappears, making it impossible to login.
One of my misbehaving addons is for a password manager. Because this addon is made available through the Firefox sidebar tool, I can use the sidebar to login. Once logged in, the toolbar piece of the addon works just fine.
Addons that require a username and password to log in have interesting behavior. If I click in the username text field, I can add text, but the moment I click in the password field, the window closes. I have other addons that have fields for text entry, but none of those fields asks for a password, and they work fine.
To address this problem, I've tried purging Firefox and deleting all config files. I reinstalled only one addon, one of the misbehaving ones, and it still exhibits the same problem.
I'm completely stumped on troubleshooting steps. Where should I look to find more information about what could be the source of this problem.
firefox add-on
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I'm seeing an issue where Firefox addons with a button in toolbar can't be used if the addon contains text fields for passwords. These same addons work fine on my Windows machine, so I believe the issue is somehow connected to Firefox on Ubuntu.
I have several addons in toolbar, and all of them work fine except for those that require a login. When I click on a broken addon, its window opens briefly then immediately disappears, making it impossible to login.
One of my misbehaving addons is for a password manager. Because this addon is made available through the Firefox sidebar tool, I can use the sidebar to login. Once logged in, the toolbar piece of the addon works just fine.
Addons that require a username and password to log in have interesting behavior. If I click in the username text field, I can add text, but the moment I click in the password field, the window closes. I have other addons that have fields for text entry, but none of those fields asks for a password, and they work fine.
To address this problem, I've tried purging Firefox and deleting all config files. I reinstalled only one addon, one of the misbehaving ones, and it still exhibits the same problem.
I'm completely stumped on troubleshooting steps. Where should I look to find more information about what could be the source of this problem.
firefox add-on
I'm seeing an issue where Firefox addons with a button in toolbar can't be used if the addon contains text fields for passwords. These same addons work fine on my Windows machine, so I believe the issue is somehow connected to Firefox on Ubuntu.
I have several addons in toolbar, and all of them work fine except for those that require a login. When I click on a broken addon, its window opens briefly then immediately disappears, making it impossible to login.
One of my misbehaving addons is for a password manager. Because this addon is made available through the Firefox sidebar tool, I can use the sidebar to login. Once logged in, the toolbar piece of the addon works just fine.
Addons that require a username and password to log in have interesting behavior. If I click in the username text field, I can add text, but the moment I click in the password field, the window closes. I have other addons that have fields for text entry, but none of those fields asks for a password, and they work fine.
To address this problem, I've tried purging Firefox and deleting all config files. I reinstalled only one addon, one of the misbehaving ones, and it still exhibits the same problem.
I'm completely stumped on troubleshooting steps. Where should I look to find more information about what could be the source of this problem.
firefox add-on
edited Jul 9 at 17:16


Codito ergo sum
1,077725
1,077725
asked May 8 at 15:22
vaer-k
1468
1468
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
1
down vote
accepted
There is a bug with Ubuntu 18.04's ibus package implementation. https://github.com/ibus/ibus/issues/2002
It seems there is nothing users can do to resolve this issue but wait.
add a comment |Â
up vote
1
down vote
I was able to fix the problem by installing the Snap version of Firefox. Here are the steps that I did:
Remove the current version installed,
sudo apt-get uninstall firefox
Install the Snap version
sudo snap install firefox
Try installing an addon that requires you to log-in. In my case, that's LastPass. Working now.
add a comment |Â
up vote
0
down vote
Happened to me. I just typing the password on other field then drag the text to password field (lol). Well it's not a secure way because anyone can see your password, but if you are alone or does'nt mind your account password being seen, you can try it.
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
There is a bug with Ubuntu 18.04's ibus package implementation. https://github.com/ibus/ibus/issues/2002
It seems there is nothing users can do to resolve this issue but wait.
add a comment |Â
up vote
1
down vote
accepted
There is a bug with Ubuntu 18.04's ibus package implementation. https://github.com/ibus/ibus/issues/2002
It seems there is nothing users can do to resolve this issue but wait.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
There is a bug with Ubuntu 18.04's ibus package implementation. https://github.com/ibus/ibus/issues/2002
It seems there is nothing users can do to resolve this issue but wait.
There is a bug with Ubuntu 18.04's ibus package implementation. https://github.com/ibus/ibus/issues/2002
It seems there is nothing users can do to resolve this issue but wait.
answered May 8 at 20:03
vaer-k
1468
1468
add a comment |Â
add a comment |Â
up vote
1
down vote
I was able to fix the problem by installing the Snap version of Firefox. Here are the steps that I did:
Remove the current version installed,
sudo apt-get uninstall firefox
Install the Snap version
sudo snap install firefox
Try installing an addon that requires you to log-in. In my case, that's LastPass. Working now.
add a comment |Â
up vote
1
down vote
I was able to fix the problem by installing the Snap version of Firefox. Here are the steps that I did:
Remove the current version installed,
sudo apt-get uninstall firefox
Install the Snap version
sudo snap install firefox
Try installing an addon that requires you to log-in. In my case, that's LastPass. Working now.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I was able to fix the problem by installing the Snap version of Firefox. Here are the steps that I did:
Remove the current version installed,
sudo apt-get uninstall firefox
Install the Snap version
sudo snap install firefox
Try installing an addon that requires you to log-in. In my case, that's LastPass. Working now.
I was able to fix the problem by installing the Snap version of Firefox. Here are the steps that I did:
Remove the current version installed,
sudo apt-get uninstall firefox
Install the Snap version
sudo snap install firefox
Try installing an addon that requires you to log-in. In my case, that's LastPass. Working now.
edited Aug 18 at 8:28


Stephen Rauch
1,1546716
1,1546716
answered Aug 18 at 2:11
Rolly
111
111
add a comment |Â
add a comment |Â
up vote
0
down vote
Happened to me. I just typing the password on other field then drag the text to password field (lol). Well it's not a secure way because anyone can see your password, but if you are alone or does'nt mind your account password being seen, you can try it.
add a comment |Â
up vote
0
down vote
Happened to me. I just typing the password on other field then drag the text to password field (lol). Well it's not a secure way because anyone can see your password, but if you are alone or does'nt mind your account password being seen, you can try it.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Happened to me. I just typing the password on other field then drag the text to password field (lol). Well it's not a secure way because anyone can see your password, but if you are alone or does'nt mind your account password being seen, you can try it.
Happened to me. I just typing the password on other field then drag the text to password field (lol). Well it's not a secure way because anyone can see your password, but if you are alone or does'nt mind your account password being seen, you can try it.
answered Aug 24 at 6:36


Rama Jakaria
11
11
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033637%2ffirefox-addons-with-password-fields-in-ubuntu-18-04-wont-open%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password