This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

ColdFusion

  • ***
  • 72 posts
Hi frosticek,

just noticed that when you type-in loacation in Cyrillic using IE, it is not recognised and won't be looked up - result is no such location. Same is the behaviour in Post Item which makes it impossible to publish new item as these are normally required fields.

Any idea what it could be causing this issue - all other major browsers work fine, if you switch to bender - IE works as well, so its something in the Veronika  :(.

Thanks

*

MB Themes

Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #1 on: June 18, 2017, 11:12:27 PM »
Not sure now, I do not consider IE as browser. Will check it next week.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #2 on: June 19, 2017, 12:21:10 AM »
I don't either  ;D ;D ;D, but lots of desktop customers are still using IE, and this makes it a real problem.

*

ColdFusion

  • ***
  • 72 posts
Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #3 on: June 19, 2017, 12:24:34 AM »
BTW - just figured that live search has the same problem  :-\ - sort of expected probably.

*

MB Themes

Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #4 on: June 19, 2017, 12:39:37 PM »
@ColdFusion
Can you give me your URL so I can test it with my IE?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by ColdFusion on June 19, 2017, 03:22:10 PM
*

MB Themes

Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #5 on: June 19, 2017, 01:25:47 PM »
@ColdFusion
Go to footer.php

Find:
Code: [Select]
var term = elem.val();
Replace with:
Code: [Select]
var term = encodeURIComponent(elem.val());
It seems like IE do not know how to encode strings.

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #6 on: June 19, 2017, 03:22:05 PM »
Thank you, works now  :)

This browser should be forbidden and forgotten...

*

MB Themes

Re: Bug - Location auto lookup doesn't work in IE with Cyrillic
« Reply #7 on: June 19, 2017, 08:02:47 PM »
@ColdFusion
My words.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots