RESOLVED FIXED 18534
select-all while read-only textarea is focused selects entire page
https://bugs.webkit.org/show_bug.cgi?id=18534
Summary select-all while read-only textarea is focused selects entire page
Eric Seidel (no email)
Reported 2008-04-16 10:14:25 PDT
select-all while read-only textarea is focused selects entire page Firefox correctly only selects the text in the text area.
Attachments
test case (176 bytes, text/html)
2008-04-16 10:15 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2008-04-16 10:15:04 PDT
Created attachment 20589 [details] test case This is probably a regression from Safari 2 (native form controls). But I don't have a copy on hand to test with.
Adele Peterson
Comment 2 2008-04-16 10:22:06 PDT
Regression in Safari 3. I tried fixing this once with http://trac.webkit.org/projects/webkit/changeset/23881 But it broke layout tests and I remember discussing with some other people that the fix may have been too specific. If you do select-all in a shadow tree, it shouldn't extend outside of the shadow tree.
Jon@Chromium
Comment 3 2008-10-10 16:36:11 PDT
A similar bug was opened against Chromium, see http://code.google.com/p/chromium/issues/detail?id=2642 and it does not repro with Chromium 0.3.155.0 but Safari 525 which suggests that is had been fixed in a recent change to WebKit.
Adele Peterson
Comment 4 2008-10-10 17:21:17 PDT
Note You need to log in before you can comment on or make changes to this bug.