Ticket #10993 (closed bug: cantfix)
Css borders width not working on IE9
| Reported by: | budiadiono@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | css | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I tried to get 'border-top-width' from computed style using 'css' api but not working on IE9, issue not found on IE7, 8 and other browsers. Please open http://jsfiddle.net/6rQGG/12/ using IE9 to reproduce this issue.
Best, Budi
Change History
comment:2 Changed 5 months ago by timmywil
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to css
Confirmed, but I'm not sure what is going on yet http://jsfiddle.net/timmywil/6rQGG/15/
comment:3 Changed 5 months ago by mikesherov
http://www.quirksmode.org/dom/inputfile.html http://stackoverflow.com/questions/352467/styling-issues-with-a-file-input-field-in-firefox
I don't think this is fixable, in that FF doesn't really allow you to set styles on input type=file elements. I think this is a needsdocs. dmethvin, timmywil, if you agree, please resolve as such.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I simplified the test case a bit: http://jsfiddle.net/dmethvin/6rQGG/14/
The computed style is returning 0px for the file input in both IE9 and FF8; that's why jQuery is returning it.