David Taylor
72f4588d3b
DEV: Do not trigger floatkit 'hover' for touch events ( #30793 )
...
When tapping something on a touch-enabled device, `mouseMove` events are
still fired, so floatkit would still be triggered even if configured for
'hover' only. For links, this would be particularly strange, because the
tooltip would appear for a split-second, before the page navigation
occured.
To avoid this problem, we can use the more-modern 'pointerMove' event,
and check the `pointerType` to exclude 'touch'
2025-01-16 12:36:47 +00:00
..
2024-11-30 16:44:51 +01:00
2024-11-30 16:44:51 +01:00
2024-07-25 15:09:06 +02:00
2024-12-01 14:00:48 +01:00
2024-12-18 12:02:28 +00:00
2024-09-05 13:36:50 +04:00
2024-11-30 16:44:51 +01:00
2024-07-26 23:13:12 +02:00
2024-12-18 12:02:28 +00:00
2025-01-16 12:36:47 +00:00
2024-11-08 20:27:32 +01:00
2024-09-13 16:50:52 +01:00
2025-01-08 11:41:36 +01:00
2024-12-18 12:02:28 +00:00
2024-11-10 02:06:03 +01:00
2024-11-08 20:27:32 +01:00
2024-12-17 11:57:49 -06:00
2024-11-08 20:27:32 +01:00
2024-11-30 16:44:51 +01:00
2024-12-01 14:00:48 +01:00
2024-12-18 12:02:28 +00:00
2024-11-10 01:30:33 +01:00
2024-11-11 13:06:12 +01:00
2024-11-10 01:30:33 +01:00
2024-11-11 13:06:12 +01:00
2024-11-11 13:06:12 +01:00
2024-11-11 13:06:12 +01:00
2024-11-30 16:44:51 +01:00
2024-11-30 16:44:51 +01:00
2024-12-18 12:02:28 +00:00
2024-12-18 12:02:28 +00:00
2024-11-11 13:06:12 +01:00
2024-11-29 22:39:18 +01:00
2024-11-11 13:06:12 +01:00
2024-07-25 15:09:06 +02:00
2024-11-11 11:44:54 +01:00
2024-07-25 15:09:06 +02:00
2025-01-09 10:17:18 +00:00
2024-11-30 16:44:51 +01:00
2024-02-29 17:49:18 +08:00
2024-11-10 01:41:50 +01:00
2024-07-25 15:09:06 +02:00