[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-14 Thread KIR
On Jun 14, 7:08 am, buda wrote: > How do you find memory leak in Chrome? > I acnt find any tool except memory graph! Using a memory profiler. Create a memory dump (there is an icon with eye), do actions which shouldn't retain new DOM elements, create second memory dump. Chrome shows a differe

[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-14 Thread buda
Thanks! On 14 июн, 12:31, KIR wrote: > On Jun 14, 7:08 am, buda wrote: > > > How do you find memory leak in Chrome? > > I acnt find any tool except memory graph! > >   Using a memory profiler. Create a memory dump (there is an icon with > eye), do actions which shouldn't retain new DOM elements,

[Proto-Scripty] Starnge order of observing of events dom:loaded in IE8

2011-06-14 Thread buda
I've registered on a page scripts .

[Proto-Scripty] Re: Starnge order of observing of events dom:loaded in IE8

2011-06-14 Thread buda
there were typing mistakes This is shoud be typed like this

[Proto-Scripty] Re: Starnge order of observing of events dom:loaded in IE8

2011-06-14 Thread buda
I'm sad - I've added scripts at the header, but without the rezult ( On 15 июн, 01:01, buda wrote: > there were typing mistakes > This is shoud be typed like this >  

[Proto-Scripty] form.serialize not working in IE8

2011-06-14 Thread Don
form.serialize in IE8 is returning a blank string, even though there are elements. Should this be working in IE8? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@google

[Proto-Scripty] Re: form.serialize not working in IE8

2011-06-14 Thread T.J. Crowder
Hi, On Jun 14, 5:40 pm, Don wrote: > form.serialize in IE8 is returning a blank string, even though there > are elements.  Should this be working in IE8? That seems really unlikely. What does your form look like? And in particular, do the form fields have `name` values (rather than `id`s)? -- T.