Skip to main content

Bug Tracker

Side navigation

#4308 closed bug (invalid)

Opened March 07, 2009 09:44PM UTC

Closed May 20, 2009 09:31PM UTC

$.support.style not accurate in IE8 RC1 strict mode

Reported by: trixi Owned by:
Priority: minor Milestone: 1.4
Component: support Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

The getAttribute('style') quirks was fixed in IE8, but not the setAttribute, wich means that setting the style attribute will break in IE (RC1) strict mode.

Attachments (1)
  • support.diff (1.3 KB) - added by trixi March 07, 2009 09:45PM UTC.

    Patch for jQuery.support.style (tests also setAttribute)

Change History (2)

Changed March 19, 2009 08:55PM UTC by trixi comment:1

Hi,

this Bug seems to be fixed in IE8 final. So you can close this.

regards

alex

Changed May 20, 2009 09:31PM UTC by john comment:2

resolution: → invalid
status: newclosed

Thanks for the patch and heads-up!