Skip to main content

Bug Tracker

Side navigation

#1196 closed bug (worksforme)

Opened May 16, 2007 07:06AM UTC

Closed June 15, 2007 06:04AM UTC

Last modified June 21, 2007 03:38AM UTC

ie latency

Reported by: moser Owned by:
Priority: critical Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: latency Cc:
Blocked by: Blocking:
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 (0)
Change History (2)

Changed May 16, 2007 07:20AM UTC by moser comment:1

...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 June 15, 2007 06:04AM UTC by brandon comment:2

resolution: → worksforme
status: newclosed

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