RESOLVED FIXED 66754
Pasting text in input field is not available if <body> has visibility:hidden
https://bugs.webkit.org/show_bug.cgi?id=66754
Summary Pasting text in input field is not available if <body> has visibility:hidden
kiyono
Reported 2011-08-23 03:50:27 PDT
Created attachment 104809 [details] Testcase When <body> element has the visibility:hidden CSS attribute, pasting(ctrl+v or "Paste" from context menu) text into <input type="text"> doesn't work. Steps to Reproduce: 1. go to the attached testcase 2. copy any text such as "test" 3. paste to the input field Actual Result: copied text is not written into the input field Tested Environment: Win7 + Chrome13 : NG Win7 + IE8 : OK Win7 + Firefox5 : OK Mac + Safari4.0.5 : NG
Attachments
Testcase (178 bytes, text/html)
2011-08-23 03:50 PDT, kiyono
no flags
Adds a regression test (3.81 KB, patch)
2012-05-25 01:04 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2012-05-25 01:04:42 PDT
Created attachment 143996 [details] Adds a regression test
Kent Tamura
Comment 2 2012-05-25 01:11:42 PDT
Comment on attachment 143996 [details] Adds a regression test ok
Ryosuke Niwa
Comment 3 2012-05-25 01:16:32 PDT
Comment on attachment 143996 [details] Adds a regression test Thanks for the timely review!
WebKit Review Bot
Comment 4 2012-05-25 02:22:07 PDT
Comment on attachment 143996 [details] Adds a regression test Clearing flags on attachment: 143996 Committed r118499: <http://trac.webkit.org/changeset/118499>
WebKit Review Bot
Comment 5 2012-05-25 02:22:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.