Bug 266464

Summary: mousedown is lost when clicking on the resize corner of an element with the resize CSS rule set
Product: WebKit Reporter: Artur Signell <artur>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: a_protyasha, karlcow, webkit-bug-importer
Priority: P2 Keywords: BrowserCompat, InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Artur Signell
Reported 2023-12-15 00:53:37 PST
A mousedown event on the resize corner of an element with e.g. `resize: both` can be used to know that a resizing operation has started. In Chrome and Firefox, the mousedown is fired normally when you start resizing the element. In Safari, there is no mousedown event ever. See https://jsfiddle.net/7dygb36k/11/ If you click inside the element, it logs "mousedown", "mouseup", "click" as expected If you click on the resize corner, it logs "mouseup", "click"
Attachments
Artur Signell
Comment 1 2023-12-15 23:47:35 PST
Radar WebKit Bug Importer
Comment 2 2023-12-22 00:54:14 PST
Note You need to log in before you can comment on or make changes to this bug.