Modify ↓
Ticket #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: | |
| 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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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