pad.libre-service.eu-etherpad/src/static
Dave Longley 3a47e719d4 Make pads with long lines usable with chrome.
- Do not use incorpIfQuick on keyup because it's not ever quick
  on chrome. Calling incorpIfQuick calls incorporateUserChanges
  which sets a flag on the current callstack state indicating
  that the selection has changed (since something was typed).
  Whenever this flag is set, the event handler will run code
  to update the selection (and possibly scroll the view as
  well), which is a very costly operation in webkit browsers.
  Instead let the user changes be incorporated by the idle worker,
  scheduling it to run ASAP on keyup. This isn't a perfect
  solution, but may make pads running on webkit browsers more
  usable with otherwise fairly unnoticeable changes in the UI.
2013-07-14 01:51:39 -04:00
..
css Simpify CSS for sticky chat 2013-06-17 14:47:28 +02:00
custom Fix gitignore for custom files 2012-03-04 19:50:05 +01:00
img gritter now implemented 2013-01-29 01:55:36 +00:00
js Make pads with long lines usable with chrome. 2013-07-14 01:51:39 -04:00
favicon.ico Merge branch 'pita' 2012-03-02 22:00:20 +01:00
robots.txt The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
tests.html make /static/tests.html functional again, 2012-07-07 20:41:26 +02:00