Re: FF57 Web Extension Content Script ReferenceError

2017-11-15 Thread Jip de Beer
Sounds a lot like it! I'll follow that bug and contribute my findings.

On Wednesday, 15 November 2017 22:42:51 UTC+1, Kris Maglione  wrote:
> This is probably bug 1408996.
> 
> On Wed, Nov 15, 2017 at 01:34:44PM -0800, Jip de Beer wrote:
> >This simple web extension used to work on FF51 and still works on Google 
> >Chrome.
> >But it no longer works reliably on FF57 when loading the content script for 
> >https://vk.com/.
> >I get the following error:
> >
> >ReferenceError: Awesomplete is not defined  contentscript.js:464:5
> >
> >The extension adds an autocomplete input field to the webpage. It works on 
> >other pages, such as example.com. If you type "ja" in the box it suggest 
> >"JavaScript".
> >
> >But not on https://vk.com/. If it doesn't work on this site, it's probably a 
> >more widespread issue and given the fact that it used to work and still 
> >works on Chrome I think there might be a bug in Firefox 57.
> >
> >https://www.dropbox.com/s/7333ghu5qegvyjf/vkissue.xpi?dl=0
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: FF57 Web Extension Content Script ReferenceError

2017-11-15 Thread Kris Maglione

This is probably bug 1408996.

On Wed, Nov 15, 2017 at 01:34:44PM -0800, Jip de Beer wrote:

This simple web extension used to work on FF51 and still works on Google Chrome.
But it no longer works reliably on FF57 when loading the content script for 
https://vk.com/.
I get the following error:

ReferenceError: Awesomplete is not defined  contentscript.js:464:5

The extension adds an autocomplete input field to the webpage. It works on other pages, such as 
example.com. If you type "ja" in the box it suggest "JavaScript".

But not on https://vk.com/. If it doesn't work on this site, it's probably a 
more widespread issue and given the fact that it used to work and still works 
on Chrome I think there might be a bug in Firefox 57.

https://www.dropbox.com/s/7333ghu5qegvyjf/vkissue.xpi?dl=0

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


FF57 Web Extension Content Script ReferenceError

2017-11-15 Thread Jip de Beer
This simple web extension used to work on FF51 and still works on Google Chrome.
But it no longer works reliably on FF57 when loading the content script for 
https://vk.com/.
I get the following error:

ReferenceError: Awesomplete is not defined  contentscript.js:464:5

The extension adds an autocomplete input field to the webpage. It works on 
other pages, such as example.com. If you type "ja" in the box it suggest 
"JavaScript".

But not on https://vk.com/. If it doesn't work on this site, it's probably a 
more widespread issue and given the fact that it used to work and still works 
on Chrome I think there might be a bug in Firefox 57.

https://www.dropbox.com/s/7333ghu5qegvyjf/vkissue.xpi?dl=0
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform