The URL Suffix add-on is disabled in Firefox 25 beta.
4 posters
Does not work in Firefox 25
Iccarus- Admin
- Posts : 13
Join date : 2009-11-27
- Post n°2
Re: Does not work in Firefox 25
Thanks,
I'll have a look into it and see if I can get it functioning again.
I'll have a look into it and see if I can get it functioning again.
mickbim- Posts : 2
Join date : 2013-11-03
- Post n°3
Re: Does not work in Firefox 25
Hello
Thanks for the quickfix in the 0.7 version
But this version breaks the keyword search function (when you create a keyword "w" to search on "wikipedia")
Can you look and fix it if possible please ?
I've looked myself but I don't understand the whole code.
I've put this line "this.prefsUrlbar.setBoolPref("autoFill", false);" in comment because I prefer to press "del" and then use shift+enter (or else) provided by your plugin instead of having to scroll down in the browser suggestions (just a personnal preference )
Thanks in advance !
Thanks for the quickfix in the 0.7 version
But this version breaks the keyword search function (when you create a keyword "w" to search on "wikipedia")
Can you look and fix it if possible please ?
I've looked myself but I don't understand the whole code.
I've put this line "this.prefsUrlbar.setBoolPref("autoFill", false);" in comment because I prefer to press "del" and then use shift+enter (or else) provided by your plugin instead of having to scroll down in the browser suggestions (just a personnal preference )
Thanks in advance !
Iccarus- Admin
- Posts : 13
Join date : 2009-11-27
- Post n°4
Re: Does not work in Firefox 25
Hmm, I had never even heard of (or used) the 'keyword search' function.
I'll have a to have a look and see what broke it.
The actual prefixing and suffixing code has not changed that much from the 0.6.0 version, so I hope its not too hard to fix.
I'll have a to have a look and see what broke it.
The actual prefixing and suffixing code has not changed that much from the 0.6.0 version, so I hope its not too hard to fix.
Iccarus- Admin
- Posts : 13
Join date : 2009-11-27
- Post n°5
Re: Does not work in Firefox 25
Ok,
It should be fixed in version 0.7.1, which I just uploaded to Mozilla, but will probably take about a week to get reviewed.
It should be fixed in version 0.7.1, which I just uploaded to Mozilla, but will probably take about a week to get reviewed.
mickbim- Posts : 2
Join date : 2013-11-03
- Post n°6
Re: Does not work in Firefox 25
Works like a charm, thanks !Iccarus wrote:Ok,
It should be fixed in version 0.7.1, which I just uploaded to Mozilla, but will probably take about a week to get reviewed.
csakip- Posts : 2
Join date : 2013-11-12
- Post n°7
Re: Does not work in Firefox 25
Hi and big thanks for creating this plugin.
I've noticed that in Firefox 25 when the plugin is enabled the browser.urlbar.autoFill becomes set to False on start. If I disable it the config property works fine.
In previous versions there were no problems with this.
Thanks,
Peter
I've noticed that in Firefox 25 when the plugin is enabled the browser.urlbar.autoFill becomes set to False on start. If I disable it the config property works fine.
In previous versions there were no problems with this.
Thanks,
Peter
Iccarus- Admin
- Posts : 13
Join date : 2009-11-27
- Post n°8
Re: Does not work in Firefox 25
Hi,
Indeed disabling the autofill is indeed something that was added in 0.7.0 since it took precedence over the ctrl-enter combo.
Causing the addon to not work as it used to any more.
Because for example if I had ctrl-enter set to www. and .com
And then I typed in google it would autofill to google.co.uk and then when I hit ctrl-enter it would have co.uk and therefore not complete it with www. and .com
But I can also understand that when not using the completion you might want autofill to work.
Perhaps I can add a checkbox to the options to disable autofill or leave it enabled.
Or possibly even find a way around it and only use the typed data for the url suffix completion (if that is even possible).
I'll need to set some time apart to look into that though.
Indeed disabling the autofill is indeed something that was added in 0.7.0 since it took precedence over the ctrl-enter combo.
Causing the addon to not work as it used to any more.
Because for example if I had ctrl-enter set to www. and .com
And then I typed in google it would autofill to google.co.uk and then when I hit ctrl-enter it would have co.uk and therefore not complete it with www. and .com
But I can also understand that when not using the completion you might want autofill to work.
Perhaps I can add a checkbox to the options to disable autofill or leave it enabled.
Or possibly even find a way around it and only use the typed data for the url suffix completion (if that is even possible).
I'll need to set some time apart to look into that though.
csakip- Posts : 2
Join date : 2013-11-12
- Post n°9
Re: Does not work in Firefox 25
Cool, thanks for looking into it.