NetTalk Central

Author Topic: NetWebBrowse table greyed out after clicking on last button  (Read 3776 times)

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
NetWebBrowse table greyed out after clicking on last button
« 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

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: NetWebBrowse table greyed out after clicking on last button
« Reply #1 on: February 04, 2014, 08:47:03 AM »
On my Nexus 7 the table doesn't respond anymore and can't brought to life again.
Seems like a Javascript problem.

Cheers,
Nick

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NetWebBrowse table greyed out after clicking on last button
« Reply #2 on: February 04, 2014, 08:26:05 PM »
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

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: NetWebBrowse table greyed out after clicking on last button
« Reply #3 on: February 05, 2014, 02:11:38 AM »
Hi Bruce,

This is what I found:
<div id="div1946856750_div"  class="adiv">&#32;la v&#1264805;</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]

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: NetWebBrowse table greyed out after clicking on last button
« Reply #4 on: February 05, 2014, 06:13:30 AM »
Seems it broke on a customer-name with À and ö in the name...

Cheers,
Nick

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NetWebBrowse table greyed out after clicking on last button
« Reply #5 on: February 05, 2014, 08:00:58 AM »
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

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: NetWebBrowse table greyed out after clicking on last button
« Reply #6 on: February 05, 2014, 08:19:34 AM »
It's the "store as" (WestEuropean) that does it.

Thanks,
Nick