[Webkit-unassigned] [Bug 88650] New: Input file field and -webkit-perspective rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 05:58:27 PDT 2012


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

           Summary: Input file field and -webkit-perspective rendering
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mail at tomclaus.be


On my website I had a very strange bug today. The input-file field's were not showing the file-name of the uploaded file.

After long debuggen I found that 3 CSS rules where the problem. You can see the 3 CSS rules over here: http://jsfiddle.net/PBRQJ/1/

Explanation: When you have a random element on your website with a perspective of 5px and a display block. And you have a totally other element with a position relative and a input-file field inside it, than it's not showing the filename. When disabling one of the 3 CSS rules, it's showing the filename.

Chrome 19: not working
Firefox 13: working correctly
Opera 11: working correctly

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