Files
element-web/src
Richard van der Hoff 4fd49976ae Another go at fixing the jumpy scroll
The most recent problem was that we were setting _lastSetScroll whenever we
wrote to scrollTop (and ignoring the next scroll event which matched that
offset), but if there was no change to scrollTop, we wouldn't actually get a
scroll event, so would ignore some future scroll event instead.

Make sure that we only set _lastSetScroll if there's a change to scrollTop.

(Fixes https://github.com/vector-im/vector-web/issues/1162, more)
2016-03-22 19:33:02 +00:00
..
2016-01-15 17:31:32 +00:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-03-21 15:54:02 +00:00
2016-01-07 04:06:52 +00:00
2016-03-21 15:45:04 +00:00
2016-03-12 19:49:54 +00:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-03-17 16:46:54 +00:00
2016-02-18 00:32:46 +00:00