Coder Social home page Coder Social logo

faxjs's Issues

Missing part that talks about 'statefullness' in the README

In the README, there is a mention about 'statefullness' details but nothing can be found in the file. Was there supposed to be something in there?

The two remaining topics are "statefullness" and "event handing". These will be covered further down in this README. For now, let's take a look at the project structure.

Firefox, noSel class applied stops all top level event delegation from happening

If you use any css class that blocks selection like -moz-user-select: -moz-none, and you drag around, you might be "secretly" selecting content. If that's the case, a second drag attempt causes the browser to drag this secretly selected content around the screen and looks like all events are blocked. The OS is probably taking control here (or the browser).

Unable to run on nodejs v0.6.5

Just follow README to run on OSX until this step:

./runBuild.sh

The "sys" module is now called "util". It should have a similar interface.

module.js:376
throw new Error('require.paths is removed. Use ' +
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function. (module.js:376:11)
at compile (/Users/simon/TestProject/build/buildRequirements/BuildProject.js:98:10)
at /Users/simon/TestProject/build/buildRequirements/BuildProject.js:175:7
at ChildProcess.exithandler (child_process.js:278:7)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:359:16)
at Process.onexit (child_process.js:395:5)

Drag events are reported incorrectly in Firefox 8.01 (solved)

Drag signals are reported only for as long as the mouse is on top of the object that the drag signal was registered on. That is not the desired behavior, and it's not what happens in Chrome/Safari.
Drag events should be locked in at the time of mousedown, and sent to the element that registered the event for as long as the mouse is down and moving. Even if the mouse moves off of an element that was receiving drag events, it should continue to receive drag events.

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.