Bug 88650
| Summary: | Input file field and -webkit-perspective rendering | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tom Claus <mail> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bfulgham, shanestephens |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.7 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=79280 | ||
Tom Claus
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shane Stephens
I strongly suspect this is related to 79280.
Brent Fulgham
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.