Nathan Sobo 9d911d29c5 Bug fix: Editor retains focus when clicked while already focused
I couldn't find a way to test this really. It's some interaction
between focusout and focus events. When the hidden input has focus and
then we call focus on the editor, the handling of the focusout event
away from input was trigerring a call to focus on the editor, which
didn't seem to trigger the handler that shifted it back to the hidden
input. Here I only focus the editor if something *outside* of the
editor was de-focused. So focusing the editor when the input is focused
is ignored, and focus is gracefully returned back to the input.
2012-01-24 18:14:38 -08:00
2012-01-12 16:03:31 -08:00
💩
2012-01-24 17:30:40 -08:00
2011-12-15 14:14:12 -08:00
2012-01-17 18:13:50 -08:00
2011-12-14 18:37:33 -08:00
Description
No description provided
Readme 447 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%