NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Nick on February 04, 2014, 06:23:45 AM
-
If I click on the "Last" button the table becomes grey and not responding.
This happens while the sort-order is on "name" (customer-file) but not if it's on "number' sort-order.
Clearing the locator (which was not used at all) gets the table back to life.
Seems to happen if it takes to much time (name sort-order).
I see it sometimes with Next and Previous buttons too but then just a fraction of a second.
This happens every time and I have given it plenty time to build the table but even after 15 minutes it is still greyed out.
Cheers,
Nick
-
On my Nexus 7 the table doesn't respond anymore and can't brought to life again.
Seems like a Javascript problem.
Cheers,
Nick
-
Hi Nick,
open the fire-bug console, sort by name, and click on Last.
Check the xml tab "inside" the reply for errors - I'm guessing there is one - and post it here
cheers
Bruce
-
Hi Bruce,
This is what I found:
<div id="div1946856750_div" class="adiv"> la v�</div>
netweb.js row 460 column 52
try{$("#"+d).page().removeClass("ui-page").css('border',0);} catch(e){};
see also the attached image
Cheers,
Nick
[attachment deleted by admin]
-
Seems it broke on a customer-name with À and ö in the name...
Cheers,
Nick
-
goto WebServer procedure, Advanced tab.
make sure charset is set to 'utf-8'
and set "store as" to Northern Europe or something similar.
cheers
Bruce
-
It's the "store as" (WestEuropean) that does it.
Thanks,
Nick