4 | | |
5 | | Replying to [ticket:7666 liminzhang]: |
6 | | > Hi there, |
7 | | > |
8 | | > I tested two blank pages on IE7 |
9 | | > |
10 | | > The first page |
11 | | > |
12 | | > <head> |
13 | | > |
14 | | > <script src="/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script> |
15 | | > |
16 | | > </head> <body> </body> |
17 | | > |
18 | | > The second page |
19 | | > |
20 | | > <head> |
21 | | > |
22 | | > <script src="/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script> |
23 | | > |
24 | | > </head> <body> </body> |
25 | | > |
26 | | > After each refreshing with F5, IExplore used 2 or 3 more megabytes memory with the first page. However it did not happen on the second page. |
27 | | > |
28 | | > Does jQuery 1.6.2 bring memory leakage for jQuery UI library? It also happens on jQuery 1.5.1, 1.6.1. |
29 | | > |
30 | | > Thanks |
31 | | > |
32 | | > Limin |