Autocompletefb working fine in mozilla but not in IE7 - facebook

Could you please suggest a debugging tool for browser issues?

Use IE developer tools. http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

Related

Not able to use TinyMCE 4.7.9 in IE11

I am using TinyMCE 4.7.9 and it runs perfectly in Chrome and Firefox. But in IE 11 (Version 11.0.9600) there is an error in the console.
TinyMCE does not support the browser you are using. For a list of supported browsers please see: https://www.tinymce.com/docs/get-started/system-requirements
In the system-requirements from TinyMCE the IE 11 seems to be supported.
Anyone with the same Problem or a solution?
Are you emulating an older IE release? If you have IE11 set to emulate an older release you will see this message.
You may have compatibility mode enabled. This could make TinyMCE think that you're using an older version of IE.

Is there an equivalent to Chrome developer tools (ctrl+shift+I) for Safari running on a mobile device

(I have Googled a lot but either I do not understand the info or ...?)
So on the desktop I can debug my site using Chrome Dev. Tools. All good.
But a small part of my site does not run correctly on my new iPad Pro with iOS 10 (it seems to be OK with iOS 9, 8)
Can someone please point me down the right path.
Thanks
If the suggestion from #w0xxOm is no good for you on Windows, Browserstack is a great alternative.

How can i troubleshoot web page on IPhone?

I have been working on a web site that i want to work on any device. It works great on all my devices except my work IPhone. Is there any kind of console or other trick I can use to troubleshoot why it is not working? Something like chrome and firefox ctrl+shift+j would be nice.
In Chrome Dev Tools you can emulate a multitude of devices with differing resolutions and other limitations: Sitepoint blog regarding emulation
you can attempt to use emulation using most any browser F12 or Inspect or the multitude of online ones (google it)
In chrome on PC hit f12 then Ctrl-shift-M

Does Firebreath 1.6 support Internet Explorer 10?

Does anybody know if there are some basic problems using a firebreath-built plugin on IE10?
A plugin that I built using FB 1.6 that works fine on IE9 on Windows 7, no longer works on IE10 on Windows 8 classic desktop. I suspect some issue with the ActiveX interface. I installed Chrome on Win8 classic and the plugin works OK on that browser.
Admittedly, I don't have many debugging details yet. But I wanted to see if there were any general issues I should be aware of before diving through the FB code.
Thanks very much.
Bob
There are no fundamental incompatibilities that I'm aware of, however our plugin does seem to have some drawing issues in IE10 that I haven't had the luxury of tracking down yet.
If you could be more specific about what "no longer works" means it might be easier to give you some advice.
Does it fail to load? Fail to talk to javascript? Fail to draw (like ours)? Crash the browser? Curdle your milk and demagnetize your credit cards? Sing Beatles songs out of tune?
Without some indication of what exactly is going wrong it's hard to know what to tell you.

Chrome emulator for iPhone?

I have a mobile site which I developed in ASP.NET and I was wondering if anyone knows of any tools to test this on Chrome in an iPhone / iPad environment? This site has been functioning properly for awhile in every other browser on every other device, however there seem to be issues with it in this browser only on the iPhone / iPad. I just don't know how / if I can debug it somehow. Any help is appreciated. Thanks!
You may find Adobe Shadow a helpful tool in this case: http://labs.adobe.com/technologies/shadow/
Watch the demonstration here, you'll see that you can debug your code like you would using the chrome dev tools itself.