[Webkit-unassigned] [Bug 60405] New: Pasting from clipboard to a non-empty textfield doesn't work under certain circumstances
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 6 14:36:26 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60405
Summary: Pasting from clipboard to a non-empty textfield
doesn't work under certain circumstances
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: chrmllr+webkitbugzilla at gmail.com
The following bug can be reproduced on any new Safari and an old version of Chrome (7.0.517.41) @Ubuntu.
Here is the minimal valid XHTML file for bug reproducing: or see the attachment.
Steps:
1. Open the file and make sure you see the text field.
2. Type something into the text field.
3. Copy any string into the clipboard.
4. Try to paste the clipboard content to the text field.
However, the pasting works if the textfield is empty.
The problems seems to be caused by the following (fully irrelevant for the textfield) CSS snippet:
#id > :last-child { }
--
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