mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 11:14:48 +00:00
f42385eafa
Hover and click events to highlight or change revisions need to know the intended revision target. This did not work for the area where the pointer containers overlap the underlying revisions. For that reasons we implemented a calculation to get the revision using the mouse positions. That implemetation seems to be faulty at some points. pointer-events: none allows us to pass though the mouse events so that we're able to always rely on the revision containers as target. On the pointers we still want to catch events to allow dragging. Bug: T352169 Change-Id: Ie53a6ec3b7c458dc2f72e494829dfab80952b86f |
||
---|---|---|
.. | ||
.eslintrc.json | ||
ext.RevisionSlider.Api.js | ||
ext.RevisionSlider.DiffPage.js | ||
ext.RevisionSlider.HelpButtonView.js | ||
ext.RevisionSlider.HelpDialog.js | ||
ext.RevisionSlider.init.js | ||
ext.RevisionSlider.lazy.js | ||
ext.RevisionSlider.lazy.less | ||
ext.RevisionSlider.less | ||
ext.RevisionSlider.noscript.css | ||
ext.RevisionSlider.Pointer.js | ||
ext.RevisionSlider.PointerLine.js | ||
ext.RevisionSlider.PointerView.js | ||
ext.RevisionSlider.Revision.js | ||
ext.RevisionSlider.RevisionList.js | ||
ext.RevisionSlider.RevisionListView.js | ||
ext.RevisionSlider.Settings.js | ||
ext.RevisionSlider.Slider.js | ||
ext.RevisionSlider.SliderArrowView.js | ||
ext.RevisionSlider.SliderView.js | ||
ext.RevisionSlider.util.js |