Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10993 closed bug (cantfix)

Css borders width not working on IE9

Reported by: [email protected] 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 dmethvin

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.

comment:2 Changed 11 years ago by Timmy Willison

Component: unfiledcss
Priority: undecidedlow
Status: newopen

Confirmed, but I'm not sure what is going on yet http://jsfiddle.net/timmywil/6rQGG/15/

comment:3 Changed 11 years 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.

comment:4 Changed 11 years ago by mikesherov

Resolution: cantfix
Status: openclosed
Note: See TracTickets for help on using tickets.