Code Monkey home page Code Monkey logo

executejs's People

Watchers

 avatar

executejs's Issues

Need a menu item for opening the command window.

The problem is that in some environments the key combos for opening the
command window doesn't work, and without anything "clickable" like a menu
item or something, there's no way to use this extension.

Original issue reported on code.google.com by [email protected] on 7 Jun 2008 at 9:11

print does not function correctly

What steps will reproduce the problem?
1. print('a ','b ');
2. execute
3. produces: a

What is the expected output? What do you see instead?
should be:
a  b

produces:
a

What version of the product are you using? On what operating system?
version: latest download
OS: Win XP Pro, service pack 3
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jul 2009 at 5:29

Array.sort() return wrong result

What steps will reproduce the problem?
1. with new profile
2. Open Execute JS 
3. [ 'window', 'win'].sort() in the Upper-Left pane
4. Click "Execute" button

What is the expected output? What do you see instead?
[Actual] 
window,window

[Expected] 
win,window

What version of the product are you using? On what operating system?
Execute JS 0.2.2.1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1pre)
Gecko/20090710 Firefox/3.5.1pre ID:20090710043006

Please provide any additional information below.
Evaluate in the Error Console, i get as expected.


Original issue reported on code.google.com by [email protected] on 11 Jul 2009 at 8:56

Start up error due to disabled E4X

What steps will reproduce the problem?
1. Open Execute JS on Aurora20.0a2/Nightly21.0a1
2.
3.

What is the expected output? What do you see instead?
Error at start up Execute JS

What version of the product are you using? On what operating system?
Aurora20.0a2/Nightly21.0a1
Execute JS 0.2.4

Please provide any additional information below.
Due to disabled E4X: the following line 22 error configmanager.js

            var root = <JsCodeHistory></JsCodeHistory>;

Original issue reported on code.google.com by [email protected] on 17 Feb 2013 at 6:43

Enter one-line summary

What steps will reproduce the problem?
1. "doc" === "document" in upper lerft pane
2. Execute
3.

What is the expected output? What do you see instead?
result is true
but it should be false

What version of the product are you using? On what operating system?


Please provide any additional information below.
"win" === "window" also


Original issue reported on code.google.com by [email protected] on 11 Jul 2009 at 10:28

Change accesskey in tools menu

The default keyboard shortcut "o" in the tools menu conflicts with
"O"ptions.  "E" is not used, so why not _E_xecute JS?  I'd really
appreciate such a change.

Original issue reported on code.google.com by [email protected] on 9 Dec 2008 at 9:25

redeclaration error

Execute JS 0.2.4

// JS-Code
// click Execute twice
// error redeclaration of const a
const a = 3;

// JS-Code
// click Execute
// error none
alert(a); // 3

// JS-Code
// click Execute
// error b is not defined (correct)
alert(b);

BTW,

typo in install.rdf

- <description>Excute JS</description>
+ <description>Execute JS</description>

Original issue reported on code.google.com by [email protected] on 24 Apr 2011 at 4:44

Failure to use extension

What steps will reproduce the problem?
1. Have html with element having id=“mojid“
2. Try to execute document.getElementById('mojid').innerHTML = 'Fred
Flinstone';
3. Try not to get: TypeError: document.getElementById("mojid") is null

What is the expected output? What do you see instead?
In order to familiarize my self with this extension I tried test by
FireBug-ed google.com's html so its <body> has id=“mojid“, and tried to
execute:
document.getElementById('mojid').innerHTML = 'Fred Flinstone';
As a result I received: TypeError: document.getElementById("mojid") is null


What version of the product are you using? On what operating system?
0.2.3
XP pro. 2002, SP3
AMD XP 1600+ 1,40GHz, 512 MB-Ram
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201
Firefox/3.5.6

Please provide any additional information below.

Am I doing something wrong, or I have unrealistic expectations from this
extension?


Original issue reported on code.google.com by [email protected] on 19 Dec 2009 at 7:28

Additional Input Field

It would be great if an additional JS input field could be added to the
toolbar for execution of simple one line scripts or function calls, so that
it would not be necessary to switch windows for a relatively tiny task. It
can of course be enabled or disabled in configuration panel...

Original issue reported on code.google.com by [email protected] on 9 Jan 2010 at 6:42

EvalError when Content Window is ticked on

What steps will reproduce the problem?
1. Tick on checkbox "Content window"
2. All execution of JS code result in an EvalError: function must be called
directly
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 2 Nov 2008 at 6:55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.