aria labelledby on Internet Explorer - internet-explorer-11

I am working on making my website accessible and have added aria-labelledby for controls.
same works on Chrome properly, however does not seem to work on IE 11.
Is there a setting that can make it work ? OR is there an alternative of aria-labelledby for Internet Explorer.
Any help is highly appreciated... Thanks In Advance!

aria-labelledby should work fine on IE11.
If you post some markup I'll have a look for you and try to figure out why it's not working.

Related

How to make webbrowser component default to firefox

I am making an app that opens up a website using the WebBrowser Control. Thing is, by doing research i found out that the default is IE / Edge. The OS is windows 10 and so the browser is Edge. When the site loads, it spazzes out and doesnt work as it should! On chrome and firefox it works a charm.
I need a way to change the default browser from Edge to Firefox?
I did my research and found different solutions but they dont work for me. The one i thought would work best is located here: http://thebot.net/threads/vb-net-how-to-make-a-firefox-webbrowser.142359/
When doing so, i would receive an error stating down the lines.. Version issue? <-- Cant remember exact error. But didnt work.
I then tried the Browse With.. idea but i cant locate this option.. Anywhere!
Please supply as much information to try get this to work.
Thanks!

How to test website in IE11 compatibility?

I have make a wordpress website http://thecloudmouth.com. by used Twitter bootstrap 3.0. It work all browsers without Internet Explorer 11. It is really very frustration for me. Please give me solutions. How to check IE11 from online or use any software ?
Thanks in advance.
You can download free virtual machines from http://modern.ie.
One of the VMs available includes IE11.
http://www.modern.ie/en-us/virtualization-tools#downloads
That should get you what you need to test it, and best of all, it's free.

Safari can't get HEROKU's cookie

I am sorry that I am not able to provide much info because I totally have no idea about this weird problem.
I have a fb canvas app which is written by rails 3.2.2 .
There is not any problem on my local machine (Mac OS X 10.7.4).
When I deploy it to heroku, it is fine with chrome and firefox. However, when I use Safari to browse it, Safari can't get any cookie from heroku. (it shows "This site has no cookies" in developer tool, but it works well on my local machine.)
I have googled this problem, and I get something like this and this, but I don't think these are the case of mine.
any suggestion?
If you need any specific info about my code to solve this problem, please let me know.
I will appreciate it very very much!!
I finally found out that it's a problem of safari's security setting.
As fb canvas gets heroku's content through iframe, there may be security issues. If we donwgrade the 'Block cookies' of safari's privacy settings from 'From third parties and advertisers'(default) to 'Never', everything works well!
However, I don't think asking users to downgrade their security settings is a good idea. I am wondering whether there is a solution to avoid this restriction in safari.
please let me know if you have any idea. many thanks :)

Google Chrome not loading sp.ribbon.js file and other custom js files. Page not scrolling

We are testing out our SharePoint sites in Google Chrome and the page is not loading properly, mainly, none of the onload scripts in JQuery are executing and the Scroll Bar is not appearing.
On checking Developer Tools-> Network tab, we see that the related js files are not being retrieved over the internet at all, including the sp.ribbon.js
Although, the page does load completely sometimes.
Anybody any clue? Is it some setting in Chrome that we have to tweak?
Thanks in advance :)
The issue appears to be with the rendering of the search box control in Google Chrome.
Try adding Visible="false" to the SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" Version="4" control on the master page.
That corrects the rendering issue for me.

Opera loads nothing - MyBB forum website

I've got a website (www.ferfereh.ir - sorry it's not english) and I've installed a MyBB forum for it with this sub-domain (www.forum.ferfereh.ir). The strange thing is it doesn't work on the Opera browser, nothing gets loaded and the page is all white. I've tested it on other browsers, everything is fine. Does anyone have any idea why this might happen. I even tested my friend's MyBB forum and the same thing happens for that.
Thanks in advance.
What you see is what you get - the server sends Opera a completely empty file, Content-length 0. I can only assume it is some kind of bug in MyBB..
I also tested in Chrome, and it gets no content either.
I found the problem: It was the new Beta SEO plugin I had installed. I deactivated the plugin and now it works on all browsers.