Opened 14 years ago
Closed 14 years ago
#4308 closed bug (invalid)
$.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)
Change History (3)
Changed 14 years ago by
Attachment: | support.diff added |
---|
comment:1 Changed 14 years ago by
Hi,
this Bug seems to be fixed in IE8 final. So you can close this.
regards alex
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks for the patch and heads-up!
Note: See
TracTickets for help on using
tickets.
Patch for jQuery.support.style (tests also setAttribute)