Re: [Tacos-devel] defaultLinkAction function hangs firefox if AJAX call in flight

2006-10-12 Thread andyhot
Jesse Kuhnert wrote: > If you add in "document.close()" it'll remove that annoying wait > cursor as well. Can you explain this? Where are you seeing the cursor? > > On 10/11/06, *andyhot* <[EMAIL PROTECTED] > > wrote: > > andyhot wrote: > > nice bug report... >

Re: [Tacos-devel] defaultLinkAction function hangs firefox if AJAX call in flight

2006-10-11 Thread Jesse Kuhnert
If you add in "document.close()" it'll remove that annoying wait cursor as well.On 10/11/06, andyhot <[EMAIL PROTECTED] > wrote:andyhot wrote:> nice bug report...>> I'm fixing and redeploying 4.0.1-SNAPSHOT>http://fisheye3.cenqua.com/browse/tacos/tacos-4.0/trunk/tacos-core/src/java/net/sf/tacos/aj

Re: [Tacos-devel] defaultLinkAction function hangs firefox if AJAX call in flight

2006-10-11 Thread andyhot
andyhot wrote: > nice bug report... > > I'm fixing and redeploying 4.0.1-SNAPSHOT > http://fisheye3.cenqua.com/browse/tacos/tacos-4.0/trunk/tacos-core/src/java/net/sf/tacos/ajax/components/tacos.js?r1=403&r2=404 > Timothy F Nagy wrote: > >> When the defaultLinkAction function (tacos.js) is

Re: [Tacos-devel] defaultLinkAction function hangs firefox if AJAX call in flight

2006-10-11 Thread Jesse Kuhnert
I've fixed the user registration issue by installing the new user reg app as well...The login screen now includes an option to allow users to signup on their own. I don't know how/why it happened (not going to question it too much ;) ), but we also have unlimited users/pages on the account...So, ev

Re: [Tacos-devel] defaultLinkAction function hangs firefox if AJAX call in flight

2006-10-11 Thread andyhot
nice bug report... I'm fixing and redeploying 4.0.1-SNAPSHOT Timothy F Nagy wrote: > > When the defaultLinkAction function (tacos.js) is used to create an > AJAX call and the user clicks a link on the page before the AJAX call > is loaded, firefox hangs and displays "[object Object]". This is du

[Tacos-devel] defaultLinkAction function hangs firefox if AJAX call in flight

2006-10-11 Thread Timothy F Nagy
When the defaultLinkAction function (tacos.js) is used to create an AJAX call and the user clicks a link on the page before the AJAX call is loaded, firefox hangs and displays "[object Object]".  This is due to the error function being called (XMLHttpObject status 0), which does a document.clear()