Bug Tracker

Modify

Ticket #4855 (closed bug: fixed)

Opened 4 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 3 years ago by dmethvin

  • Owner set to dmethvin

Patch seems good.

comment:2 Changed 3 years ago by dmethvin

  • Milestone changed from 1.4 to 1.4.3

comment:3 Changed 3 years ago by dmethvin

  • need changed from Review to Commit

comment:4 Changed 3 years ago by john

  • Status changed from new to closed
  • Version changed from 1.3.2 to 1.4.2
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.