Bug Tracker

Modify

Ticket #10993 (closed bug: cantfix)

Opened 5 months ago

Last modified 2 months ago

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:1 Changed 5 months 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 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.

comment:4 Changed 3 months ago by mikesherov

  • Status changed from open to closed
  • Resolution set to cantfix

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.