Skip to main content

Bug Tracker

Side navigation

#14555 closed bug (invalid)

Opened November 20, 2013 02:26AM UTC

Closed December 19, 2013 08:43AM UTC

Last modified March 26, 2014 09:01AM UTC

use jQuery1.10.2 in IE11,Tip:Object does not support the "attachEvent"

Reported by: 442962355@qq.com Owned by: 442962355@qq.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

when i use jQuery1.10.2 in IE11 ,have a bug,tip:Object does not support the "attachEvent",What version of jQuery can support IE11?Thanks

Attachments (0)
Change History (5)

Changed November 28, 2013 08:36AM UTC by m_gol comment:1

owner: → 442962355@qq.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 1.x (edge)" or "jQuery 2.x (edge)" version to ensure the issue still exists—you may need to change this to a specific version depending on the test case.

For the AJAX-related tests you can create a few fiddles and submit requests to addresses with "/show/light" added to the end of the URL; example: http://jsfiddle.net/m_gol/3hwjC/17/show/light/

To get you started, use the appropriate boilerplate:

Open the link and click to "Fork" (in the top menu) to begin.

Also, please read:

Additional resources:

Changed November 28, 2013 08:37AM UTC by m_gol comment:2

jQuery 1.10.2 does support IE11, we need more information to be able to help.

Changed December 04, 2013 09:44PM UTC by edward.morales@bizagi.com comment:3

Hi everyone,

If you see withing release notes of IE11 http://msdn.microsoft.com/en-us/library/ie/ms536343%28v=vs.85%29.aspx we can see that Microsoft has been deprecated this method.

So, its necessary that jquery use addEventListener in order to support IE11

Thanks

Changed December 19, 2013 08:43AM UTC by trac-o-bot comment:4

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!

Changed March 26, 2014 09:01AM UTC by anonymous comment:5

the same problem