Opened 14 years ago
Closed 12 years ago
#4855 closed bug (fixed)
Wrong script encoding in IE6/7
Reported by: | twirl | Owned by: | dmethvin |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Ajax.js, line 255
script.src = s.url; if (s.scriptCharset)
script.charset = s.scriptCharset;
If script is already in cache, IE6/7 takes it immediately when src is set. If there is no charset given, IE assumes that script encoding is system. Src should be set AFTER charset.
Change History (4)
comment:1 Changed 13 years ago by
Owner: | set to dmethvin |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.4 → 1.4.3 |
---|
comment:3 Changed 13 years ago by
need: | Review → Commit |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.3.2 → 1.4.2 |
Note: See
TracTickets for help on using
tickets.
Patch seems good.