Home - Forums-.NET - FlyTreeView (ASP.NET) - FireFox problem: doesn't close a connection?

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

FireFox problem: doesn't close a connection?
Link Posted: 13-Mar-2009 02:11
Hi!

I have a slight issue that happens only in FireFox (not in I.E.):

When using the threeview, populated on demand, and when I select a node, the browser keeps saying "Transferring Data from localhost...", which could mean that a connection is not closed somewhere...
(please see the screenshot in attachment)

I have found a similar problem in this thread (viewtopic.php?f=12&t=1105&hilit=Transferring+data+from) but no answer was provided.

I'm running the latest version of the FlyTreeView (dated March 2009), and the latest version of FF.
I'm not using the Fade Effect.

Thanks!

Antoine
Link Posted: 13-Mar-2009 02:22
Antoine,
Do you use the Firebug?
It can track HTTP requests. So you can see what exact request is still being executed.

Also, do you experience same issue at FlyTreeView live demo that also uses populate-on-demand:
http://www.9rays.net/asp.net_2/treeview/Demo_Vista.aspx
?
Link Posted: 13-Mar-2009 03:28
Hi Evgeny,

Thanks for your answer!

Yes I do use FIrebug, what should I need to give you from it?

Also, the problem doesn't happen in your demo, but it's because you can't select anything: the problem doesn't happen during node population, but during node selection.

Thanks for help!

Antoine
Link Posted: 13-Mar-2009 03:32
Any code to reproduce this issue?