Bug Tracker

Modify

Ticket #1196 (closed bug: worksforme)

Opened 6 years ago

Last modified 6 years ago

ie latency

Reported by: moser Owned by:
Priority: critical Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: latency Cc:
Blocking: Blocked by:

Description

The first time that I run ie 7.0.5730.11 browsing a jquery page, ie stops anything for more than 17".

I solve this by replacing:

document.write("<scr" + "ipt id=ie_init defer=true " +

"src=:><\/script>");

with:

document.write("<scr" + "ipt id=ie_init defer=true " +

"src=><\/script>");

Change History

comment:1 Changed 6 years ago by moser

...src in solution use two single quote :

                // Only works if you document.write() it
                document.write("<scr" + "ipt id=__ie_init defer=true " +
                        "src=''><\/script>");

comment:2 Changed 6 years ago by brandon

  • Status changed from new to closed
  • Resolution set to worksforme

This works for me ... feel free to reopen the ticket with a simple test case.

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.