[Swfdec] [Bug 18946] Swfdec 0.8.2 does not process key events

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 12 07:48:18 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=18946


Benjamin Otte <otte at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #5 from Benjamin Otte <otte at gnome.org>  2008-12-12 07:48:18 PST ---
Interesting. I just make sure that Swfdec (both 0.8.2 and 0.9.2) handle
keyboard fine by playing the tennis game.

So it looks like it's an internal issue. There's roughly infinite ways to
deliver key events in Flash, among them:
- Key.onKeyDown and Key.onKeyUp
- MovieClip.onKeyDown and MovieClip.onKeyUp
- onPress(key) events defined in the flash file
- built-in keyboard handlers, like the TextField object

Some of these events are triggered all the time, some are only delivered to the
movieclip that has keyboard focus and then keypress delivery is probably also
restricted by the security system.

It seems that you've found a case that we do wrong: Delivery of onPress()
events. The other stuff should still work fine.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Swfdec mailing list