Textboxes not working on Firefox only - wordpress

here's the site with the problem. shop.theclickshop.net
I used wordpress as the backend with contact form 7 plugin for the text box forms in the left pop up.
For some strange reason, I can't click on the textboxes on firefox but works perfectly fine on every other browser.
Is there something I should do to make it work on firefox as well?

I just recently ran into problems with the firefox 10 upgrade not being supported by the infragistics code we use at work. It is so new that if you are using 10 that could be your problem. We found that downgrading to firefox 9 was best until we could test and support the new firefox release.

Related

Bootstrap 3 and Testing ASP.Net MVC project on IE8 in Windows 8.1

I'm creating an ASP.Net MVC website and everything works great in all my browsers. The problem is, all of them are updated to the latest version. I used BrowserStack to test one of the demo pages I've published on my site just for testing purpose and saw that it works on most of the browsers except IE 7 & 8!!
I'm using Bootstrap 3 and I've added both html5shiv.js and respond.js after my css links. They solved many problems but the screenshot is far from what I expect. So my questions are:
Is there another script that would somehow magically make the IE8 & 7 version like the new ones?
If not, I guess I have to create an IE8-specific stylesheet. Is there a tool that I can use to render the page in IE8 & 7 as I'm debugging the page (F5 in VS) and changing the CSS file and then refresh the page to see how it works? Considering I cannot just use a service like BrowserStack to test the page every time I just change one line of code.

Browser issues : How do I check what is being sent to page (IE version 10)

I have an ASP.net website that was working fine with IE9, Mozilla, chrome but with IE 10 users have lot issues. The UI and even the functionality (like clicking on button, login/logout do not work) doesn't work well with IE10.
The IE version I have is 10.0.9200.16519.
I see few differences between the view source from IE10 and google-chrome (or even IE9) but can't understand much of it.
Where actually in the site can I check why pages sent to IE 10 browser is different from others browser or IE9?
Please suggest how can I debug further?
PS: The site works fine with IE9 and below versions of IE.
ASP.NET fails to identify IE10's user-agent string, and as a result can send back broken code. This has been discussed in various places, but probably most notably on Scott Hanselman's blog. See the post titled Bug and Fix: ASP.NET fails to detect IE10 causing _doPostBack is undefined JavaScript error or maintain FF5 scrollbar position.
check if there is any js error, use IE developer toolbar (F12) to debug script

Asp:DropDownList is not working expect for internet explorer, issue ( browser compatibility)

I have an old project (web application) which is around 3 years old. Now I am trying to make it browser compatible with new browsers. Dropdown list is doing fine with IE8 and firefox3.5. But not working with new Mozilla Firefox version 17 or chrome. When dropdown is clicked nothing happens.
Does anyone have any idea about ??
set
AutoPostBack="True"..
this may help u

Facebook Login popup won't close in IE10 on Windows 8

The site I am working on uses Facebook Javascript SDK, as described here https://developers.facebook.com/docs/reference/javascript/, to allow users to login. The site is an ASP.NET MVC site.
It works on latest versions of Chrome, Firefox, Safari and also IE9.
However in windows 8 consumer preview using IE10 (in normal and compatibility mode) when logging into Facebook the popup window goes white and doesn't close. If close manually and refresh the original page I see that I am logged in.
I have looked through all other SO questions and searched the web. I have tried all the solutions and none of them work.
I am using the channelUrl correctly and it works in the other browsers. I also tried the IE10 bug fix here http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx
There really isn't much different from my code and the Facebook examples. So I think there is either a problem with IE10 or the Facebook API when using IE10.
Has anyone had similar problems and found a solution?
The problem was in the HTML. The meta tag for http-equiv was set to
<meta http-equiv="X-UA-Compatible" value="IE=8">
This causes IE10 to display the web page in IE8 mode. Changed this to 9 as it was meant to be and the Facebook popup box disapears.

Some problems with js in IE

With ASP.NET and Devexpress Combobox control on page generates js.
This js perfect works in Firefox, Chrome, Safari. But it don't work in IE8. There is an interesting issue with this situation:
When in IE8 and developer toolbar is on, than it's works fine. But if I close dev toolbar, then occurs error 800a025e.
UPD:
I did not write js. It generates automatically. I simple write
ComboBox.Focus();
That's all.
The problem might appear because you are using a version of DevExpress controls which are not compatible with IE 8. Can you check how your code works with the latest (11.1.7) version? Also, from your code, I suspect that the ComboBox is the value of the ASPxComboBox's ClientInstanceName property. Right?

Resources