Bind mousedown to _selectPassword instead of click.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Feb 2014 03:55:17 +0000 (22:55 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Feb 2014 03:55:17 +0000 (22:55 -0500)
commitdc9c0cc809686e853042458fbab5fc27e91cd29d
treeb78a9b6a61ec53aa1301615b94b2fb443d92d9f0
parentef7bec2d280ac14f18b53042a2f72fc51556f733
Bind mousedown to _selectPassword instead of click.

Event click is dispatched from touch events as well as mouse events, but
the selection behavior only makes sense with pointing devices.
core.js