NetTalk Central

Author Topic: 8.38 Browse problem  (Read 4281 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
8.38 Browse problem
« on: February 26, 2015, 04:21:39 PM »
Hi

Have just updated to 8.38.  Immediately noted that some of my Browses failed to load the Form after clicking the in-row  'Change' button.  However, double clicking the row loads the Form.

I will experiment some more with why some Browses and not others but thought there may be a quick answer.

update --
This is browser dependent.  Firefox and Chrome work (no change in behaviour) but IE11 doesn't (some Browses fail to load Form on 'Change' but ok on 'Double Click').

I have 'Double Click Select when Selecting' set in WebServer Defaults for Browse.

Thanks

Keith
« Last Edit: March 04, 2015, 01:50:31 AM by Bruce »
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Re: 8.38 Browse problem
« Reply #1 on: February 26, 2015, 09:31:27 PM »
Keith,

I have the exact same problem with 8.38!!  Today I showed my app on the NetTalk Webinar but ran it in FireFox.  Wish I had run it in IE 11 so Bruce could see the problem.  I hope Bruce fixes this quickly!!  I have really been struggling with NT lately.

Here is a bit more info, when I double click I get the attached error.  To reiterate, this does not happen in FireFox or Chrome.  Only in IE 11.  I have run in compatibility mode and get the same error.


Jeff

[attachment deleted by admin]
« Last Edit: February 26, 2015, 09:51:28 PM by kingja »

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Re: 8.38 Browse problem
« Reply #2 on: February 27, 2015, 06:43:18 AM »
More info, works in IE 9.0 and Safari on an iPAD.  Does not work on IE on a Surface RT tablet which is IE 11.  Have not found a machine with IE 10 yet.  I'm creating a test app to send to Bruce.  Stay Tuned!

More info as of 2/28/2015:  In IE 11 pressing F12 takes one to the Developer Tools.  Here I can set an emulation mode.  Setting to IE 10 still has the same problems.  Setting to emulate IE 9 does run as expected.  I'm investigating the Document Mode, here are some interesting links:

https://www.modern.ie/en-us/f12?url=https%3a%2f%2fwww.usfbreastresearch.org%3a8010%2fHomePage&mode=Edge

https://msdn.microsoft.com/library/cc288325(v=vs.85).aspx

Looking for a way to detect if my users are running IE 11 and then setting the mode accordingly, until a better fix is available.

Thanks,

Jeff
« Last Edit: February 28, 2015, 01:15:49 PM by kingja »

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Work around Re: 8.38 Browse problem
« Reply #3 on: March 01, 2015, 03:46:11 PM »
Not sure this is the best solution but for the time being it works.  What I did was place the following code in the WebHandler Process Link (before parent):

If self.UserAgent = 'mozilla'  !any version of IE
    self.MetaHeaders = '<meta http-equiv="X-UA-Compatible" content="IE=9" />'
END

This checks for IE, any version, and if this is the browser being used, will add a meta tag to "emulate" IE 9.  Version 9 of IE is the earliest I tested.  The browse issue I have is found in both version 10 and 11.  See the attached image which shows the source for a page generated after this code was added.

Firefox and Chrome do not require this work around.  I'll continue to use this until Bruce can help to determine where the problem is.

Jeff King

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: 8.38 Browse problem
« Reply #4 on: March 03, 2015, 02:40:09 AM »
Hi guys,

In 8.39 I have added code to set the user-agent etc when IE11 is used. Unfortunately I've not been able to duplicate the effect you two are getting though. So try with 8.39, if that doesn't help then I guess I need that example Jeff was talking about.

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: 8.38 Browse problem
« Reply #5 on: March 03, 2015, 05:45:17 PM »
Bruce and Jeff

Just loaded 8.39 and no change to the behaviour of my application.

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: 8.38 Browse problem
« Reply #6 on: March 03, 2015, 05:50:53 PM »
Bruce and Jeff

Attached is an example app (PMTEST) which exhibits the same behaviour as we have reported.
on the login page anything in all three fields will be ok.

Cheers

Keith

[attachment deleted by admin]
« Last Edit: March 04, 2015, 01:53:04 AM by Bruce »
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: 8.38 Browse problem
« Reply #7 on: March 04, 2015, 01:54:33 AM »
thanks for the example Keith. Fixed in 8.40 which should be out shortly.

(aside: I've removed some messages in this thread, and combined others, to keep the number of postings down so we don't anger this forum software...)

cheers
Bruce