#1196 closed bug (worksforme)
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>");
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This works for me ... feel free to reopen the ticket with a simple test case.
Note: See
TracTickets for help on using
tickets.
...src in solution use two single quote :