Skip to content
Snippets Groups Projects
  1. Aug 04, 2011
  2. Aug 03, 2011
  3. Aug 02, 2011
  4. Aug 01, 2011
    • Tadashi G. Takaoka's avatar
      Cleanup key label case adjustment · c4998669
      Tadashi G. Takaoka authored
      Bug: 5023981
      Change-Id: Ida06fc6a588c4eb8543455d932e71ac2797d27e5
      c4998669
    • Tadashi G. Takaoka's avatar
      Cleanup icon drawable related code · b118d4cb
      Tadashi G. Takaoka authored
      Bug: 5023981
      Change-Id: I729354f32797eef354ec9af8e05f17839f0a361c
      b118d4cb
    • Jean Chalard's avatar
      cb1cc0d0
    • Jean Chalard's avatar
      Try to compensate for a race condition. · f2f97153
      Jean Chalard authored
      This does not really fix the underlying bug, but it does fix
      the apparent symptoms.
      When the user presses space and a letter quick, the
      onUpdateSelection handler may be called after the letter has been
      actually committed. The keyboard then happily proceeds to clearing
      the composition because it thinks space was pressed (or the user
      moved the cursor, since it can't guess which happened).
      This change removes this behavior when we are expecting an update
      event from a keypress. This means the bug still exists if the user
      presses space twice and a letter, and all events come after the
      letter, but it is very very hard to reproduce this. There may be
      other collateral damage when the user moves the cursor in the form
      of race conditions, but likewise, they should be really hard to
      reproduce.
      
      Bug: 5100521
      Change-Id: Ib05328c9b451bf6fe288ae00296fd283a9a4e863
      f2f97153
Loading