WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
220192
When both a contentEditable <span> and another <span> is selected, rightclicking would cause the page to crash.
https://bugs.webkit.org/show_bug.cgi?id=220192
Summary
When both a contentEditable <span> and another <span> is selected, rightclick...
201311802b
Reported
2020-12-29 02:33:16 PST
Created
attachment 416838
[details]
HTML demo See attachment. _________ Steps to reproduce crash: 1. From right to left, select the whole line 2. Right click _________ Attachment: <html> <body> <span> <span contenteditable>a</span> <span >b</span> </span> </body> </html>
Attachments
HTML demo
(104 bytes, text/html)
2020-12-29 02:33 PST
,
201311802b
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2020-12-30 12:33:13 PST
I cannot reproduce this in Mac Safari. Which browser are you using on Windows?
201311802b
Comment 2
2020-12-30 19:27:43 PST
The bug happens in Chrome, Edge, and Opera. But it does not happen in Firefox.
201311802b
Comment 3
2020-12-30 19:36:41 PST
It seems that this is a Chromium bug. Reported in
https://bugs.chromium.org/p/chromium/issues/detail?id=1157684&q=contenteditable&can=2
.
Alexey Proskuryakov
Comment 4
2020-12-31 09:58:41 PST
Right, none of these browsers use WebKit. Thank you for the follow-up!
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