#264 closed bug (fixed)
jQuery 1.0.2 appears to break the Interface Elements Autocompleter plugin
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The Interface Autocompleter plugin worked with 1.0.1. With 1.0.2 IE6/7 complains about this line:
var ct = r.getResponseHeader("content-type");
It saying that it "doesn't support this property or method"
I compared the code a little with 1.0.1 and it looks almost identical.
Change History (2)
comment:1 Changed 16 years ago by
Owner: | changed from john to anonymous |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Almost identical :), I will fix it today.