NEW 16895
contentEditable region retains blue border after it's made uneditable using JavaScript
https://bugs.webkit.org/show_bug.cgi?id=16895
Summary contentEditable region retains blue border after it's made uneditable using J...
Nick Santos
Reported 2008-01-16 11:00:54 PST
Repro steps: 1) Create a div with contentEditable=true, and focus it 2) Observe the blue border (how WebKit signals "the currently editable region") 3) Set contentEditable=false Expected result: The border should disappear, since the div is no longer editable Actual result: The border persists Demo link: http://nick-santos.com/tests/content_editable_bug.html Tested on: WebKit nightly/OSX Safari3/Windows
Attachments
Reduction (152 bytes, text/html)
2022-12-29 14:43 PST, Ryosuke Niwa
no flags
Nick Santos
Comment 1 2008-01-16 11:01:36 PST
CC-ing Abe, who originally reported this bug.
David Kilzer (:ddkilzer)
Comment 2 2008-01-19 03:35:39 PST
Confirmed with a local debug build of WebKit r29623 with Safari 3.0.4 (523.12.2) on Mac OS X 10.4.11 (8S165).
gur.trio
Comment 3 2013-12-20 04:05:08 PST
(In reply to comment #2) > Confirmed with a local debug build of WebKit r29623 with Safari 3.0.4 (523.12.2) on Mac OS X 10.4.11 (8S165). Working fine on chrome Version 31.0.1650.63 and webkit revision 160903. Please confirm so that we can close this issue.
Ahmad Saleem
Comment 4 2022-12-27 07:17:24 PST
I am able to reterive test case from Wayback Archive: Link - https://web.archive.org/web/20140807120047/https://nick-santos.com/tests/content_editable_bug.html# I am still able to reproduce this bug in Safari 16.2 and Safari Technology Preview 160. Just wanted to update latest testing result. Thanks!
Ryosuke Niwa
Comment 5 2022-12-29 14:43:03 PST
Created attachment 464252 [details] Reduction
Note You need to log in before you can comment on or make changes to this bug.