Jaws not reading role="alert" - jaws-screen-reader

There is a toaster in my page and I added role="alert" for my toaster container to read out the alert messages being mapped from the back end.
It stopped working after I upgraded my Firefox version to 52.Jaws not reading the role="alert" for latest version of Firefox

Related

widevine plugin not installing on firefox

I'm using Firefox version 89 on mac and I'm not able to play DRM content because the widevine plugin is not installing.
Below is the message displayed in addon
Widevine Content Decryption Module provided by Google Inc. will be installed shortly
steps I have tried to resolve the issue -
Refresh firefox removing all the addons and extensions
Reinstalling and deleting profile under firefox folder
toggling off vpn as mentioned here
please help me to sort the issue and let me know if any other information is needed.

Embedded Google doc pdf on Mac and safari displaying message second page onward Whoops! There was a pro-blem loading this page

I have embedded pdf file in google doc viewer in my application using below code.
http://googlesystem.blogspot.in/2009/09/embeddable-google-document-viewer.html
<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
When displaying pdf in iframe on mac machine safari browser then only first page is displayed properly and from second page onward it display "Whoops! There was a problem loading this page " this message.
This problem occurs only mac machine safari browser. On mac chrome and firefox working fine. I am using MAC OSx10.8.5(12F45) and safari version 6.0.5
But same working fine on another mac machine as OS x Yosemite Version 10.10.2, Safari Browser version 8.0.3
Is problem is with OS version or safari browser version or google doc viewer and what is it? How to solve this issue?
Thanks

Firebug Not working after updating Firefox 14.0.1 (inspect element does not display HTML)

Firebug stops working after auto-updating of Mozilla Firefox V 14.0.1.
I have updated my Firebug but it's still not working. "Inspect Element" does not display HTML.
Found the solution
Firebug stops working after auto updating of Mozilla firefox V 14.0.1 I have updated my Firebug but still it's not working As you can follow the steps to star you firebug inspect element do not work
Just following the following step’s
Open the following link
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/
or for win 32
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/
Download firebug-1.10.0b4-fx.xpi 12-Jul-2012 05:25 1.5M
Or Latest verson
Save on Hard disk
Open download file with fire fox
Click on Install
And FireBug is Again for you to again Play with web....:)
And it works for me
For more information view following link.
http://ooolu.com/Seva/FireIssue.aspx/
Check Firebug's compatibility table on their page and make sure your version is compatible with your version of Firefox.

Google Chrome Stable won't Play <audio> in Chrome App, but Chrome Beta/Dev Can

I'm trying to get Google Chrome Stable(16.0.912.75) to play mp3.
Here's My Sample Code
<html><head><title></title></head>
<body>
<audio autoplay controls src=""></audio>
<ul>
<li>file:///E:/Songs/Aerosmith/DreamOn.mp3</li>
<li>file:///E:/Songs/Aerosmith/Cryin'.mp3</li>
</ul>
<script type="text/javascript">
var audioElement = document.getElementsByTagName('audio')[0];
audioElement.src="file:///E:/Songs/Aerosmith/DreamOn.mp3";
audioElement.load();
audioElement.play();
</script>
</body>
</html>
THE PROBLEM
The Above Code works Fine in Chrome Beta/Dev and Chromium Snapshots(with codecs replaced by Chrome Codecs).
But SomeHow,
The App won't play audio in Google Chrome Stable Release.
But,
The When Directed to Unpackaged App's Code.. e.g file://D:/App/index.html
The App Plays audio
The Tests
1.Specifying src inside HTML
<audio autoplay controls src="file:///E:/Songs/Aerosmith/DreamOn.mp3"></audio>
2.Specifying src Dynamically Through Javascript
$('li').click(function(){
$('audio')[0].src=$(this).innerText;
$('audio')[0].play();
});
Both Methods Fail When The Code is Loaded as a Chrome App in Google Chrome Stable
But Works Fine in Google Chrome Beta/Dev and Chromium Snapshots.
What Could Be The Reason For This Behaviour ???
the most obvious reason would be, that there is a bug in the current stable which was resolved in a newer release (try canary build)

uploadify: Firefox browser does not display upload file button

Folks,
I am using uploadify component (http://www.uploadify.com) in ASP.NET MVC 3. uploadify works fine with all browser (IE 8, Google Chrome). However, Mozilla Firefox does not display upload file button.
I have spent almost one day to troubleshoot and I still have not solution. Could you give some idea?
I just got a new computer and installed firefox (V8.0.1) yesterday. I've just experienced a similar issue (i.e. not seeing the uploadify button in firefox, though I do in chrome - both in the site I'm developing and http://www.uploadify.com/demos/). Using firefox I've browsed to http://www.mozilla.org/en-US/plugincheck/. There I'm told "For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.". I've upgraded the version of Flash and now when I visit the uploadify demo page I can see the "Select Files" button, as expected.
Install adobe flash player...it will work properly....

Resources