RESOLVED CONFIGURATION CHANGED 88650
Input file field and -webkit-perspective rendering
https://bugs.webkit.org/show_bug.cgi?id=88650
Summary Input file field and -webkit-perspective rendering
Tom Claus
Reported 2012-06-08 05:58:26 PDT
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
Shane Stephens
Comment 1 2012-06-13 21:29:53 PDT
I strongly suspect this is related to 79280.
Brent Fulgham
Comment 2 2022-07-13 10:05:34 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.