[Webkit-unassigned] [Bug 108675] New: Unable to paste twice in input field when specific CSS present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 12:24:20 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108675

           Summary: Unable to paste twice in input field when specific CSS
                    present
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://jsfiddle.net/x2aYW/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: elias.echols at gmail.com


This specific combination of CSS properties on an HTML input field results in pasting text not working after the first time. The first paste works as expected, but subsequent pastes do not display.

Steps to Reproduce:
1. Visit: http://jsfiddle.net/x2aYW/
2. Paste some text into the input text field
3. Try to paste again

Actual Result:
Text from second paste is not displayed.

Expected Result:
Test from second paste is displayed in the input field.

Bug found today in Chrome 24.0.1312.57, Safari Version 6.0.2 (7536.26.17), and WebKit Nightly 537.30+


input {
        padding: 15px;
        border-style: none;
        box-sizing: border-box;
        font-size: 14px;
        height: 1.8em;
}

The following changes to the CSS have been found to resolve the problem:

Removing any single CSS property
Changing border-style to any value besides none
Changing the padding value to less than 13px
Changing the font-size value to greater than 17px
Changing the height value to greater than 2.5em

I created a JS fiddle to demonstrate the problem. http://jsfiddle.net/x2aYW/

-- 
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