Skip to main content

Bug Tracker

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 dmethvin comment:1

owner: → dmethvin

Patch seems good.

Changed June 15, 2010 03:26AM UTC by dmethvin comment:2

milestone: 1.41.4.3

Changed June 29, 2010 02:19AM UTC by dmethvin comment:3

Changed September 24, 2010 09:01PM UTC by john comment:4

resolution: → fixed
status: newclosed
version: 1.3.21.4.2