Skip to main content

Bug Tracker

Side navigation

#12211 closed bug (invalid)

Opened August 07, 2012 01:01PM UTC

Closed August 22, 2012 08:39AM UTC

line 4728: IE9 compatibility getting property padding-top

Reported by: daniele.scollo@skylab-group.com Owned by: daniele.scollo@skylab-group.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

My correction:


var mode = document.documentMode || 0;
		    if ($.browser.msie && (( parseInt($.browser.version) > 8 && mode) || mode > 8)) {
		        ret = elem.currentStyle.getPropertyValue(name);
		    }
		    else {
		        ret = computedStyle.getPropertyValue(name);
		    }
Attachments (0)
Change History (2)

Changed August 07, 2012 03:16PM UTC by dmethvin comment:1

owner: → daniele.scollo@skylab-group.com
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.

Changed August 22, 2012 08:39AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!