Side navigation
#14554 closed bug (duplicate)
Opened November 18, 2013 06:01PM UTC
Closed November 28, 2013 09:07AM UTC
Ticket 14424 Is Closed(Fixed) But It Is Still A Bug!
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 2.1.0-beta2 |
Keywords: | Cc: | dmethvin, timmywil | |
Blocked by: | Blocking: |
Description
The ticket http://bugs.jquery.com/ticket/14424 is currently marked as Closed Bug (Fixed). I just tried the 2.1 beta http://code.jquery.com/jquery-2.1.0-beta2.js for this bug fix and it still does not work and thus, not fixed.
Please try it against the sample data provided in the zip of step 1 in that bug report http://bugs.jquery.com/ticket/14424. It is simply two html files that you need to extract to your local drive then open it in IE.
Attachments (0)
Change History (4)
Changed November 28, 2013 08:11AM UTC by comment:1
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
Changed November 28, 2013 08:51AM UTC by comment:2
status: | new → open |
---|
This is because the ActiveX xhr doesn't have the onload
handler.
Changed November 28, 2013 09:04AM UTC by comment:3
cc: | → dmethvin, timmywil |
---|
In other words, we would have to bring back 1.x src/ajax/xhr.js
for this to work. I don't think it's worth it (this is clearly functionality deprecated by IE long time ago) but I'll let others chime in.