Skip to main content

Bug Tracker

Side navigation

#10993 closed bug (cantfix)

Opened December 10, 2011 04:01AM UTC

Closed February 12, 2012 12:47AM UTC

Last modified March 14, 2012 11:10AM UTC

Css borders width not working on IE9

Reported by: budiadiono@gmail.com 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

Attachments (0)
Change History (4)

Changed December 10, 2011 02:30PM UTC by dmethvin comment:1

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.

Changed December 14, 2011 03:37PM UTC by timmywil comment:2

component: unfiledcss
priority: undecidedlow
status: newopen

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

Changed December 19, 2011 03:25AM UTC by mikesherov comment:3

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.

Changed February 12, 2012 12:47AM UTC by mikesherov comment:4

resolution: → cantfix
status: openclosed