Side navigation
#4855 closed bug (fixed)
Opened July 06, 2009 11:09AM UTC
Closed September 24, 2010 09:01PM UTC
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.
Attachments (0)
Change History (4)
Changed June 11, 2010 03:06AM UTC by comment:1
owner: | → dmethvin |
---|
Changed June 15, 2010 03:26AM UTC by comment:2
milestone: | 1.4 → 1.4.3 |
---|
Changed June 29, 2010 02:19AM UTC by comment:3
need: | Review → Commit |
---|
Changed September 24, 2010 09:01PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
version: | 1.3.2 → 1.4.2 |
Patch seems good.