mediawiki-extensions-Visual.../modules/ve-mw
Bartosz Dziewoński 17a0b407fc ve.init.mw.MobileArticleTarget: Remove code causing scrolling issues
This code is supposed to check if we have scrolled past the end of the
page, and if we did, scroll back up to a more reasonable position.

However, it seems to incorrectly trigger in other cases, and scroll
the page back to the top, because getBoundingClientRect() occasionally
still returns bogus values (even though we try to avoid that). This
happens inconsistently when focussing the surface or closing a dialog.

We can't correctly display the toolbar while scrolled past the end of
the page. Removing this code causes it to go into an endless animation
loop in that case. But that may be preferable…

Bug: T219200
Change-Id: I152f2b39351ffd3c9799eea33cce95e05d2f9ab9
2019-04-04 17:07:39 +00:00
..
ce TemplateContext: Filter out empty template descriptions 2019-02-25 23:05:51 +00:00
dm Remove support for page title "hrefPrefix" other than './' 2019-04-03 20:10:05 +00:00
init ve.init.mw.MobileArticleTarget: Remove code causing scrolling issues 2019-04-04 17:07:39 +00:00
tests Remove support for page title "hrefPrefix" other than './' 2019-04-03 20:10:05 +00:00
themes Implementations for read-only mode 2019-02-22 18:20:51 +00:00
ui Directly call action=query&prop=langlinks from JS rather than PHP wrapper 2019-03-18 23:27:44 +01:00
ve.MWutils.js Remove support for page title "hrefPrefix" other than './' 2019-04-03 20:10:05 +00:00