NetTalk Central

Author Topic: Allowing xHTML in header seems to break browse refresh  (Read 3547 times)

Neil Porter

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Allowing xHTML in header seems to break browse refresh
« on: April 23, 2015, 02:51:30 AM »
I have a NetWebBrowse procedure where a couple of column headings are much larger than the actual column data.

I've got into the habit of ticking the allow xHTML in header box and splitting the header text into 2 rows - 'Scheduled</br>Start'

I haven't touched that procedure in a while. To be honest I haven't had much cause to make any changes to my Nettalk web servers, but I made a minor change the other day, and noticed that this browse was no longer refreshing properly. If I applied a filter, or even tried to page up and down the browse would just fade to the background and never come back. If you right click the window and reload, then the browse comes back with the next page, or filter applied.

After a lot of experimenting, I've narrowed it down to the xHTML in the header. Remove the tick and take out the </br> and everything works as expected.

I'm afraid I don't know exactly when it stopped working, but it doesn't seem to work in version 8.32 and it still doesn't work in 8.44

Regards,

Neil.
Clarion 11.0.13244
NetTalk 11.04

rainerwallenius

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
    • Email
Re: Allowing xHTML in header seems to break browse refresh
« Reply #1 on: April 23, 2015, 03:25:32 AM »
Hi

I might be wrong (again) but valid br -tag in xhtml is <br />, not </br>

:: rainer

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Allowing xHTML in header seems to break browse refresh
« Reply #2 on: April 24, 2015, 05:01:38 AM »
Rainer is correct.

Neil Porter

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Re: Allowing xHTML in header seems to break browse refresh
« Reply #3 on: April 25, 2015, 09:38:50 AM »
oops, it must have worked by fluke in the past.

Thank you for putting me straight.

Regards,

Neil.
Clarion 11.0.13244
NetTalk 11.04