RESOLVED FIXED 26296
REGRESSION: can't type in un-disabled textarea
https://bugs.webkit.org/show_bug.cgi?id=26296
Summary REGRESSION: can't type in un-disabled textarea
Ojan Vafai
Reported 2009-06-10 12:13:43 PDT
Enabling a disabled, empty textarea leaves it untypeable. Patch + test coming soon.
Attachments
Fix collapsing empty shadow nodes in textareas. (3.70 KB, patch)
2009-06-10 12:22 PDT, Ojan Vafai
no flags
Fix collapsing empty shadow nodes in textareas. (3.81 KB, patch)
2009-06-10 12:31 PDT, Ojan Vafai
eric: review+
Ojan Vafai
Comment 1 2009-06-10 12:22:36 PDT
Created attachment 31137 [details] Fix collapsing empty shadow nodes in textareas.
Ojan Vafai
Comment 2 2009-06-10 12:28:08 PDT
Comment on attachment 31137 [details] Fix collapsing empty shadow nodes in textareas. Those expected results are bogus. Sorry about that. New patch coming in 1 min.
Ojan Vafai
Comment 3 2009-06-10 12:31:32 PDT
Created attachment 31138 [details] Fix collapsing empty shadow nodes in textareas.
Eric Seidel (no email)
Comment 4 2009-06-10 14:44:23 PDT
Comment on attachment 31138 [details] Fix collapsing empty shadow nodes in textareas. Looks sane to me. Test could be a js test, but this looks good too. :)
Ojan Vafai
Comment 5 2009-06-10 14:47:42 PDT
Yeah, I was going to write it as a JS test, but JS tests still don't deal properly with tests that use setTimeouts. Didn't seem worth the effort to fix now.
Ojan Vafai
Comment 6 2009-06-10 14:56:12 PDT
Note You need to log in before you can comment on or make changes to this bug.