mediawiki-extensions-Visual.../modules
Trevor Parscal cdec86fb48 (bug 37875) Scroll changes on paste
This solves 2 issues:

1. Paste scrolls to the top of the editable box because we temporarily moved the focus to the paste container, and then moved it back. We solve this by saving/restoring the scroll position.
2. Scroll position adjusts vertically when pasting (using key repeat) because we handle pastes with a setTimeout and multiple paste jobs will pile up before they can be finished. We solve this by disallowing paste until we are done handling the previous one. In the case of key repeat this only is observable as slowing the repeat rate.

Thank you Christian for helping me solve this the old fashioned way - by sacrificing features you don't really need!

Change-Id: I75bcf9843b57cdff0db9b6dea62d66d4d76ac011
2012-12-07 14:58:29 -08:00
..
jquery If more than one title in suggestions match, select the first item. 2012-12-04 11:01:51 -08:00
qunit Upstream: jQuery 1.8.2, QUnit 1.10.0. 2012-10-23 00:31:27 +02:00
rangy svn:eol-style native 2012-02-10 16:57:02 +00:00
ve (bug 37875) Scroll changes on paste 2012-12-07 14:58:29 -08:00