Modify ↓
Ticket #4732 (closed bug: duplicate)
Occasional ActiveX Warning for IE6 Users
| Reported by: | edgilbert | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | support | Version: | 1.3.2 |
| Keywords: | ActiveX IE6 internet explorer 6 | Cc: | |
| Blocking: | Blocked by: |
Description
By just including (but not using) the JQuery 1.3.2 js some IE6 users get an ActiveX warning. By switching back to 1.2.6 those users are no longer getting the ActiveX message. I think this means that the problem is with this line: div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';
Or at least that is the only place I can find where JQuery 1.3.2 might cause IE6 to instantiate an ActiveX object.
Change History
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.

I got feedback from a user that they got the same warning with IE8.