Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by trixi
-
attachment
support.diff
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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