Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a8eec33525ba65a414942b713e7454fb3705753
https://github.com/WebKit/WebKit/commit/7a8eec33525ba65a414942b713e7454fb3705753
Author: Ahmad Saleem <[email protected]>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
A LayoutTests/fast/events/mousemove-events-within-no-element-expected.txt
A LayoutTests/fast/events/mousemove-events-within-no-element.html
A
LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html
M LayoutTests/platform/ios/TestExpectations
M Source/WebCore/rendering/RenderLayer.cpp
Log Message:
-----------
Mousemove event should be fired when the mouse stays in the document but
there is no element
https://bugs.webkit.org/show_bug.cgi?id=266932
rdar://120551245
Reviewed by Abrar Rahman Protyasha.
Merge:
https://github.com/chromium/chromium/commit/20a8667a4e0d5e28d4f301ad5c66a0fa3b540ca6
This pathc fixes an issue where we don't fire `mousemove` events in the
document,
where there is no element. It is fixed by improving our hittesting code and
leads
to match other browser engine (i.e., Blink / Chromium).
* LayoutTests/fast/events/mousemove-events-within-no-element.html:
* LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html:
* LayoutTests/fast/events/mousemove-events-within-no-element-expected.txt:
* LayoutTests/platform/ios/TestExpectations: Add iOS Specific expectation due
to lack of 'mouse events'
* Source/WebCore/rendering/RenderLayer.cpp:
(WebCore::RenderLayer::hitTest):
Canonical link: https://commits.webkit.org/296341@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes