Ticket #125 (closed defect: duplicate)

Opened 6 months ago

Last modified 5 months ago

Error: redeclaration of function scroll

Reported by: blindwander..@gmail.com Assigned to:
Priority: major Milestone:
Version: Keywords:
Cc:

Description

What gives? The following user script gives this error: Error: redeclaration of function scroll Source file: file:///C:/Documents%20and%20Settings/Administrator/Application%20Data/Mozilla/Firefox/Profiles/gkojvnhp.default/gm_scripts/whatever/whatever.user.js Line: 7

Script:

// ==UserScript?== // @name whatever // @description Get a strange error message // @namespace http://home.comcast.net/~mailerdaemon // @include * // ==/UserScript==

const scroll = true; //end script

Attachments

Change History

06/13/08 18:46:07 changed by blindwander..@gmail.com

Oh that is not cool

// ==UserScript?==
// @name whatever
// @description Get a strange error message
// @namespace http://home.comcast.net/~mailerdaemon
// @include *
// ==/UserScript==

const scroll = true;
//end script

06/13/08 18:48:59 changed by blindwander..@gmail.com

What is this scroll function and why is it in my script's sandbox?

06/18/08 19:22:22 changed by aranti..@gmail.com

Version of GM, version of FF, operating system?

06/19/08 08:17:55 changed by aranti..@gmail.com

  • status changed from new to closed.
  • resolution set to duplicate.

This is ultimately the same thing as #108. It's useful to know that there's another name that does it, but it's also useful to track all progress in a single ticket.

06/21/08 19:46:12 changed by blindwander..@gmail.com

The version this showed up was in the official release of 0.8, I had been using an alpha release from April or May, that did not have this bug (it worked in FF3, I got it several months ago off the mailing list).

The alpha I was using did not have support for importing.


Add/Change #125 (Error: redeclaration of function scroll)




Action