[jQuery] [treeView] Problem with treeview and Firefox 3

2009-04-28 Thread vg33

I use the jQuery plugin treeView with jQuery 1.3.2
I have a long list (over 500 items), each item with 3 links .
Exemple :
ul
lifirst item a href=action1img src=icon1 //a a
href=action2img src=icon2 //a a href=action3img
src=icon3 //a /li
lisecond item a href=action1img src=icon1 //a a
href=action2img src=icon2 //a a href=action3img
src=icon3 //a /li
/ul

With IE8, Opera, Safari and Google Chrome : no problem. Display the
tree takes 3 or 4 seconds.
But, with Firefox 3.10, it takes over 30 seconds.
And when I delete the links in the list, no problem with Firefox.
Any idea ?
(sorry for my very very bad english ;o)


[jQuery] Re: Problem with treeview and Firefox 3

2009-04-28 Thread vg33

The problem was due to FireBug, the Firefox add-on.


[jQuery] [treeView] Problem with Firefox 3

2009-04-27 Thread vg33

I use the jQuery plugin treeView with jQuery 1.3.2
I have a long list (over 500 items), each item with 3 links .
Exemple :
ul
lifirst item a href=action1img src=icon1 //a a
href=action2img src=icon2 //a a href=action3img
src=icon3 //a /li
lisecond item a href=action1img src=icon1 //a a
href=action2img src=icon2 //a a href=action3img
src=icon3 //a /li
/ul

With IE8, Opera, Safari and Google Chrome : no problem. Display the
tree takes 3 or 4 seconds.
But, with Firefox 3.10, it takes over 30 seconds.
And when I delete the links in the list, no problem with Firefox.
Any idea ?
(sorry for my very very bad english ;o)