#10993 closed bug (cantfix)
Css borders width not working on IE9
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → css |
---|---|
Priority: | undecided → low |
Status: | new → open |
Confirmed, but I'm not sure what is going on yet http://jsfiddle.net/timmywil/6rQGG/15/
comment:3 Changed 11 years ago by
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.
comment:4 Changed 11 years ago by
Resolution: | → cantfix |
---|---|
Status: | open → closed |
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.