Confirmed users
4
edits
(→Idea: answers) |
Janjongboom (talk | contribs) (→Idea) |
||
| Line 16: | Line 16: | ||
** Q: What should <code>unblock(false)</code> do? Send the queued events to content? Could it queue more than one key events? | ** Q: What should <code>unblock(false)</code> do? Send the queued events to content? Could it queue more than one key events? | ||
*** A: implementation should send the event, previous blocked, to content. When an event is blocked, all the follow-up events should be queued and be handled in sequence when the event is eventually unblocked. | *** A: implementation should send the event, previous blocked, to content. When an event is blocked, all the follow-up events should be queued and be handled in sequence when the event is eventually unblocked. | ||
*janjongboom | |||
** Q: apc.io already is working on this and they have made gonk changes to facilitate this stuff. See the discussion in https://github.com/apc-io/apc-firefox-os/issues/8. Are we talking to them? | |||
=== API addition === | === API addition === | ||