mediawiki-extensions-Revisi.../modules
WMDE-Fisch f42385eafa Pass through pointer events from pointer-containers
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
2024-02-22 16:17:01 +01:00
..
.eslintrc.json Migrate JS to ES6 2023-06-23 08:01:31 +02:00
ext.RevisionSlider.Api.js Drop wikitext comment in favor of parsedcomment 2023-08-25 14:42:32 +02:00
ext.RevisionSlider.DiffPage.js Mark private methods with @private tags 2023-10-26 14:05:12 +02:00
ext.RevisionSlider.HelpButtonView.js Migrate JS to ES6 2023-06-23 08:01:31 +02:00
ext.RevisionSlider.HelpDialog.js Make use of jQuery.append() accepting multiple arguments 2023-08-25 14:39:39 +02:00
ext.RevisionSlider.init.js Cleanup minor code duplication/complication in various places 2023-10-26 13:46:16 +02:00
ext.RevisionSlider.lazy.js Don't add keypress handler when not needed 2023-08-28 06:10:06 +00:00
ext.RevisionSlider.lazy.less Make use of Codex LESS tokens where possible 2023-08-30 17:54:59 +02:00
ext.RevisionSlider.less Pass through pointer events from pointer-containers 2024-02-22 16:17:01 +01:00
ext.RevisionSlider.noscript.css Convert the few instances of IDs to classes 2016-08-10 15:32:12 -07:00
ext.RevisionSlider.Pointer.js Migrate JS to ES6 2023-06-23 08:01:31 +02:00
ext.RevisionSlider.PointerLine.js Remove redundant checks for .offset() !== undefined 2023-11-06 22:14:58 +01:00
ext.RevisionSlider.PointerView.js Merge "Mark private methods with @private tags" 2023-10-26 12:22:38 +00:00
ext.RevisionSlider.Revision.js Merge "Various tiny clean-ups" 2024-01-12 09:48:13 +00:00
ext.RevisionSlider.RevisionList.js Various tiny clean-ups 2023-11-29 12:58:51 +01:00
ext.RevisionSlider.RevisionListView.js Move safety checks closer to where they belong 2024-02-20 09:11:21 +01:00
ext.RevisionSlider.Settings.js Mark private methods with @private tags 2023-10-26 14:05:12 +02:00
ext.RevisionSlider.Slider.js Fix rounding error in revisionsPerWindow calculation 2024-02-09 12:19:31 +01:00
ext.RevisionSlider.SliderArrowView.js Merge large chunk of code duplication in SliderArrowView 2024-02-01 23:40:51 +00:00
ext.RevisionSlider.SliderView.js Merge "Rewrite revision style assignment with jQuery.toggleClass" 2024-02-21 08:31:51 +00:00
ext.RevisionSlider.util.js Remove $dummy element after determineRtlScrollType call 2024-02-09 12:26:15 +01:00