Coder Social home page Coder Social logo

bolinfest / chickenfoot Goto Github PK

View Code? Open in Web Editor NEW
64.0 64.0 12.0 38.99 MB

Firefox extension to enable end-users to automate and customize the Web

Home Page: https://github.com/bolinfest/chickenfoot/downloads

License: Other

PHP 0.82% Java 0.09% Shell 0.01% JavaScript 97.53% Python 1.56%

chickenfoot's People

Contributors

bolinfest avatar mbohy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chickenfoot's Issues

"click" function clicks twice

Firefox version: 7.0.1
Chickenfoot version: 1.0.8

Create and load a web page containing the following HTML and Javascript:

<html>
<head>
<script>

function logClick()
{
  var div = document.getElementById("log");
  div.innerHTML += "Clicked!<br />";
}

</script>
</head>
<body>
<input type="button" value="Click me!" id="btn" onClick="logClick()" />
<div id="log"></div>
</body>
</html>

If you click the button, you should see the "Clicked!" message appear below the button. However, if you run "click('Click me!')" in the Script Editor, you will see TWO "Clicked!" messages appear. So the click function seems to be clicking twice.

Compiled Windows 7 + Firefox 4

I compiled and i created .xpi file. It shows the left pane, but the button to open *.js files doesn't work. It doesn't let write in the pane new code too.

cf-run broken in Firefox 6.0.2

I'm using the latest version of chickefoot from the git repository. After fixing the max version, building and running worked like a charme. However, I don't manage to get the cf-run command line parameter working. Any hints?

Loops ending without completion

I've been having problems with loops in ChickenFoot. I'll have a simple for loop set to go from 0 to 100, but when it gets to about 7 or so, all execution stops. No errors are reported, and any code after the loop is not executed either. These scripts have been working for a few years, so I'm fairly certain it isn't my code. The only change has been that I moved up from a machine with XP to a new machine with Windows 7 64 bit (with FireFox 12.2). Nothing irregular gets reported in the FireFox Error Console, and the ChickenFoot output window stays empty. A workaround that I've found is to put an alert statement at the bottom of the loop. For whatever reason, having to click "OK" during every iteration seems to prevent the code from stopping.

Any thoughts on what would cause this?

UI issue of bottom panel

In Mac (10.7.1), the tabs of bottom pane (Output | Patterns | Triggers) overlaps with the output panel.

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.