[Trac #834] keyboard repeat doesn't stop on key up

Zarro Boogs per Child bugtracker at laptop.org
Fri Jan 26 10:15:17 EST 2007


#834: keyboard repeat doesn't stop on key up
--------------------+-------------------------------------------------------
 Reporter:  jrus    |        Owner:  dcbw   
     Type:  defect  |       Status:  new    
 Priority:  normal  |    Milestone:  BTest-3
Component:  sugar   |   Resolution:         
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by jg):

  * milestone:  Untriaged => BTest-3

Comment:

 Autorepeat can (easily) be detected in applications.

 What you get is a key down event, followed by additional key down events,
 finally by the key up event when the key is lifted (on any decent
 keyboard).

 So if you have seen a down event just prior to a down event (for the same
 key) you know you are autodetecting.

 The bug report, however, makes it sound like the browser isn't keeping up,
 and therefore keeps going until it has consumed all the down events.

-- 
Ticket URL: <http://dev.laptop.org/ticket/834#comment:1>
One Laptop Per Child <http://laptop.org/>



More information about the Bugs mailing list