[Webkit-unassigned] [Bug 79491] New: <input> element disappears when adding text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 08:12:34 PST 2012


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

           Summary: <input> element disappears when adding text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsfiddle.net/E5YvG/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Joe at Shmit.com


Created an attachment (id=128738)
 --> (https://bugs.webkit.org/attachment.cgi?id=128738&action=review)
Bare-bones test case

Below are the conditions that must be in place for this to be an issue:
* A parent element with the a "-webkit-column-count" of 2
* An input element that is positioned relatively inside of the parent
* Input element must be in the second column

I've tested this in Chrome 17.0.963.56 m, Safari 5.1.2 (7534.52.7), and the mini browser that comes with WebKit-r108651 in Windows XP. To replicate the bug yourself:
1. Open up the attached file or visit the jsFiddle
2. Try to type into the second <input> element

The only element on that page that has a problem is the second <input> element. The first <input> seems to work just fine, as does the <textarea>.

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