[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:04:23 PST 2008
http://bugs.freedesktop.org/show_bug.cgi?id=18946
--- Comment #4 from helmut.jahns at sennheiser.com 2008-12-12 07:04:23 PST ---
It seems there is no valid keyboard focus.
In swfdec_player_do_handle_key(), there is a keypress operation executed
dependent on a pointer in priv->focus, a pointer which is said do represent the
keyboard focus. Although priv->has_focus is set to 'true' in
swfdec_player_init(), priv->focus always remains NULL, because neither
swfdec_player_set_focus() nor swfdec_player_update_focus() is invoked.
The result is that klass->key_press() is not called. This is possibly the
reason for the failure of processing key events ('possibly', because I could
not check the right behavior).
Can anyone more familiar with swfdec confirm this conclusion? Does anyone know
a proper fix for it?
--
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