Google reCaptcha IE8 - internet-explorer-8

Is Google reCaptcha v2 supported in Internet Explorer 8?
If not is there any suitable Internet Explorer 8 compatible captchas?
I am seeing a issue where the reCaptcha code is trying to use the method getContext.
Object doesn't support property or method 'getContext'

The code I ended up using to support IE8 was the following.
<!--[if !IE 8]><!--><script src="https://www.google.com/recaptcha/api.js"></script><!--<![endif]-->
<!--[if IE 8]><script src="https://www.google.com/recaptcha/api.js?fallback=true"></script><![endif]-->
The difference being fallback=true is set which reverts back to V1 of recaptcha.

Related

MS BotChat (bot framework) Speech is not working in Firefox

I am using following article to enable speech, which is working fine in Chrome (even with bing speech).
https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-webchat-speech?view=azure-bot-service-3.0
However same is not working in Firefox, though it has been mentioned that it should work in Firefox.
I also posted same question here, but havent got a reply, any suggestion?
https://github.com/Microsoft/BotFramework-WebChat/issues/1141
Following is the console log of firefox:
This browser does not support speech recognition botchat.js:20:29333
t
https://webchat.botframework.com/scripts/webchat-stable/botchat.js:20:29333
<anonymous>
https://myurl/speechtest/samples/speech/index.html:93:28
This browser does not support speech recognition CognitiveServices.js:15:32927
e
https://webchat.botframework.com/scripts/webchat-stable/CognitiveServices.js:15:32927
<anonymous>
https://myurl/speechtest/samples/speech/index.html:100:27
I do a test to enable speech recognition and synthesis in the Web Chat control via Bing Speech service, which can work in both Chrome and Firefox.
To troubleshoot the issue, you can try:
1) Upgrade your Firefox to the latest version, I'm using Version 62.0
2) Make sure you allow your site to use your microphone
The problem was with the js file i was using. As per thread below, I downloaded correct js file and it started working.
https://github.com/Microsoft/BotFramework-WebChat/issues/1141

Why Firefox doesn't support Dynamics 365 Operations? Is there any way on Chrome like Firepath in Firefox

Why Firefox doesn't support Dynamics 365 Operations?
Is there any way to run Operations on Firefox.
OR
Is there any plugin in Chrome like we have Firepath in Firefox.
Because I am facing problem in detecting xpath through Chrome. I tried XPATH Helper also but it is not worth it like Firepath in Firefox.
There are certain WebUI Controls whose corresponding XML notation does not get rendered properly in Dynamics 365 especially in Firefox.
Its recommended that Google Chrome or Internet Explorer Latest Version should be used until any patch comes for Firefox.

Does IE 6 Mobile Support AJAX?

I am developing a web application and that will be mainly used in Windows CE hand sets which has Windows CE 4.2 with IE 6 and I just wanted to know whether AJAX and JQuery can be used in my web app or not.
I tried using UpdatePanel in my project, but, it seems to be not working. Any advice will greatly appreciated.
To have support for AJAX you need support for Javascript and for XMLHttpRequest object.
A WinCE image can include support for both:
JScript;
XMLHttp (xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");)
If you have IE6 mobile installed on your wince image I can imagine that both componente are included in the wince image itself.
As a consequence also JQuery is supported but if you use IE6 you have to use at max the 1.9 version: see here

IE8 not supporting Google Charts (Pie Chart)

IE8 is not rendering Google Charts (Pie Charts).
It is giving me an error saying :
SCRIPT5: Type mismatch: jsapi, line 20 character 89
I have tried looking on the web for a solution, tried all of them, but to no use.
I am debugging my application using IE Developer tool, with the following setting:
Browser Mode : IE8
Document Mode: IE standards.
Any suggestion would be of great help.
This seems like a problem with the emulator (and google charts) in IE9+, I am right now trying to get a standalone IE8 running in a VM to try it on but I've seen reports here that it works when you are actually using IE8.

bing api 2.0 sdk json samples got syntax error in Firefox browser

I just downloaded the Bing API 2.0 SDK. There are several html files in Bing API 2.0 SDK\Samples\JSON directory. I replaced the AppId in the JavaScript with my new AppId. These pages run fine in IE but I got 'syntax error' in Firefox, Firebug console. Does anyone have similar issues? What is in the page that is causing the 'syntax error'?
Thank you very much.
Jazure
The culprit is the empty script src.
<script id="searchCallback" type="text/javascript" src="">
</script>
I fixed the sample code and is now working with most browsers as seen in
http://www.pcrethinking.com/bingapi/

Resources