Ajax is stuck

Status
Not open for further replies.
Folks

My database join is set to auto complete - Its works fine but when the record is selected the spinner remains and does not allow me to type in the field again - the rest button doesn't reset it - The only way I can type in the field is by refreshing the page

A demo to see what I mean

http://screencast.com/t/1DRHZ940P9

Thanks
 
Mark

I can also confirm this. However, I only encounter this when I have a menu link to an article where the form is inserted. Try adding a menu link directly to the form and see if this still happen. In my case it resolved the issue, but then you "lose" the information of the article, so you need to work around this if possible.
 
hi - can you post the urls to the forms please, that will allow me to step through the js and see whats going on.

cheers
Rob
 
Hello,

There is any solution available for this problem? rob, you can test this also into my website here, just use the login data for my Site
 
What browser are you using? Your page seems to work OK for me in FF and Chrome. In IE10 I see some errors in what appears to be some 'check_landlord' custom JS which is setting an IMG tag.

But the "spinner" is behaving normally for me.

-- hugh
 
Thanks Hugh

I have FF and the JS is to display an image in an cdd element - I have removed the script but the problem remains

Any ideas?? :)

Thanks
 
like hugh it works fine here for me - unfortunately its very hard to test/fix something when you can't see it happening ;(
As Hugh said your first point of call would be to at least fix the js error generated by the custom js:

Code:
var check_landlord = document.getElementById('___Check_A_Landlord_Performance');var reputation = check_landlord.getElementsByTagName('div');reputation[0].style.display = 'none';if (check_landlord.getElementsByTagName('img')[0]) { var img = check_landlord.getElementsByTagName('img')[0];} else { var img = document.createElement("img");}if (reputation[0].innerHTML == 'Good') { img.src = "http://www.lettingagentsupportklub.co.uk/j3/images/good.png";} else if (reputation[0].innerHTML == 'New') { img.src = "http://www.lettingagentsupportklub.co.uk/j3/images/new.png";} else if (reputation[0].innerHTML == 'Problematic') { img.src = "http://www.lettingagentsupportklub.co.uk/j3/images/problematic.png";}check_landlord.appendChild(img);
 
Thanks Rob

I have tried removing the JS completely but the problem remains - I think there is another poster above having the same issue - In fact to to sales2010, what template are you using?
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top