[Webkit-unassigned] [Bug 66754] New: Pasting text in input field is not available if <body> has visibility:hidden
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 23 03:50:27 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66754
Summary: Pasting text in input field is not available if <body>
has visibility:hidden
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kiyono at google.com
Created an attachment (id=104809)
--> (https://bugs.webkit.org/attachment.cgi?id=104809&action=review)
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
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list