mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Work around a spec bug regarding cancelling dragenter events
The spec dictates that dragenter events must be cancelled in order for drops to be accepted on the entered element. Web reality disagrees, as all three major browsers do not have this requirement.
This commit is contained in:
Notes:
github-actions[bot]
2026-04-05 15:35:47 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/b7076c366d5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8783
@@ -24,9 +24,17 @@ drop
|
||||
files: 1
|
||||
test2
|
||||
|
||||
Drag enter not accepted:
|
||||
Drag enter not accepted (but still allowed):
|
||||
dragenter
|
||||
types: Files
|
||||
dragover
|
||||
types: Files
|
||||
dragover
|
||||
types: Files
|
||||
drop
|
||||
types: Files
|
||||
files: 1
|
||||
test3
|
||||
|
||||
Drag over not accepted:
|
||||
dragenter
|
||||
|
||||
Reference in New Issue
Block a user