Skip to content
Snippets Groups Projects
  1. Jan 23, 2017
    • Misty De Meo's avatar
      Textarea: fix clicking on name suggestions · 33fd8a7d
      Misty De Meo authored
      This was broken in c3e9ba6a, which added an onBlur to hide the
      suggestions when the textarea loses focus. Unfortunately, this fired
      even when the textarea lost focus to its own suggestions box, and that
      meant that onSuggestionClick is never called.
      
      Setting a short window in which onSuggestionClick can still happen
      before hiding the suggestion area ensures that clicking still works,
      while still hiding the suggestions if the user clicks on something else.
      33fd8a7d
  2. Jan 22, 2017
  3. Jan 21, 2017
  4. Jan 20, 2017
  5. Jan 19, 2017
  6. Jan 18, 2017
Loading