WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
252810
Click event suppressed when element's content change
https://bugs.webkit.org/show_bug.cgi?id=252810
Summary
Click event suppressed when element's content change
bugs.webkit
Reported
2023-02-23 03:52:45 PST
Created
attachment 465131
[details]
Test case reduction for the bug When clicking an element (like a button) who's content is changing, the corresponding click event is suppressed. Probably because the click started (mouse down) on a text node that was removed before it ended (mouse up). Found on: - WebKit
260738@main
on macOS 13.2.1 (22D68) [M1] - Safari Version 16.3 (18614.4.6.1.6) on macOS 13.2.1 (22D68) [M1] - Safari Technology Preview Release 164 (Safari 16.4, WebKit 18616.1.2) on macOS 13.2.1 (22D68) [M1] - Safari Version 15.6.1 (15613.3.9.1.16, 15613) on macOS 10.15.7 (19H2026) [Intel] Not found on: - Safari on iOS 15.7.3
Attachments
Test case reduction for the bug
(680 bytes, text/html)
2023-02-23 03:52 PST
,
bugs.webkit
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-03-02 03:53:17 PST
<
rdar://problem/106137469
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug