Giter VIP home page Giter VIP logo

flashgestures's People

Contributors

patwonder avatar shyangs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

shyangs seyron

flashgestures's Issues

不支持插件点击播放

准确的说,是开启点击播放后,在未激活该插件时,无法在黑色占位符上生效。

Discontinued - I have alternative - I can help you bring it here

Hi there I saw you discontinued this due to drop of NPAPI support.

I am making an addon using js-ctypes which works over flash and all other plugins. It does the same thing as NPAPI but without NPAPI. And it does it on Mac OS X and all Linux systems as well. I can help you extract the platform hook's from MouseControl and put it into your own addon so you can do the gestures. Would you like that?

Support electrolysis (e10s)

Current issues:

  1. Gesture forwarding does not work. Error in the Browser Console: 'view' member of UIEventInit does not implement interface Window. (in copyMouseEvent function of AppIntegration.jsm).
  2. Hotkey forwarding seems to work. However, I don't see any "Fixing focus" logs in the Browser Console (event not triggered?).

[extension] Right-click does not work on wmode=opaque or wmode=transparent Flash plugin

Currently, right click DOM events are disabled on elements that hosts a plugin in order to let mouse gestures work.

For windowed plugins, this is not an issue, since the WM_MOUSEDOWN messages are forwarded back to the original window if no gesture is detected. However, for windowless plugins like wmode=opaque or wmode=transparent Flash plugin, this hack will completely disable the context menu since it is based on DOM events.

Branch "context-menu-fix" implements a workaround for this, but the context menu does not appear near the cursor (it always appears in the bottom-right corner of the desktop). This should be further investigated.

[extension] Cannot type text into windowless plugins

Due to the focus handler in AppIntegration.jsm, once the plugin object gains focus it is instantly blurred away. While this is OK for windowed plugins (they have their own focus), it makes some windowless plugins never gain input focus.

Unfortunately, the focus handler is required for hotkeys to work, thus cannot be easily disabled. Workaround is needed to address this issue.

Test case:
Any video on http://www.tudou.com/. Just login and try enter some comment.

[hook] Add support for x64 processes

  1. Add support for x64 processes.
  2. For difference in architectures between parent and child processes, should inject the correct DLL into the child process.

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.