Bug Tracker

Ticket #1196 (closed bug: worksforme)

Opened 2 years ago

Last modified 2 years ago

ie latency

Reported by: moser Assigned to: anonymous
Type: bug Priority: critical
Milestone: 1.1.3 Component: core
Version: 1.1.2 Keywords: latency
Cc: Needs: Commit

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>");

Attachments

Change History

Changed 2 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>");

Changed 2 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.

Note: See TracTickets for help on using tickets.