pulsar/spec
Nathan Sobo a72dc17b87 Move hidden input to follow cursor to stop spurious scrolling
Commit 8e77c05c fixed scrolling *up* when clicking the buffer while
scrolled down. But it was still scrolling to the far left when typing /
clicking on a really long line. This commit solves both issues by
always positioning the hidden input to the same location as the cursor,
so it doesn't tell webkit to scroll away from the current focus when it
is focused or the user types.
2012-01-31 11:21:13 -07:00
..
atom Move hidden input to follow cursor to stop spurious scrolling 2012-01-31 11:21:13 -07:00
fixtures Refactor all buffer manipulation to use Buffer.change 2012-01-25 17:59:15 -08:00
stdlib Merge branch 'master' into editor 2012-01-19 18:54:34 -08:00
spec-bootstrap.coffee fdescribe / fit can be used to focus specs manually 2011-12-23 15:38:22 -06:00
spec-helper.coffee Can select text with the mouse 2012-01-28 17:00:59 -08:00
spec-suite.coffee Meta+s triggers save on Editor. 2011-12-16 16:30:51 -08:00