jQWidgets Forums
Forum Replies Created
-
Author
-
December 19, 2013 at 8:33 am in reply to: jqxPasswordInput – IE8 – This command is not supported jqxPasswordInput – IE8 – This command is not supported #46763
Hi Peter,
thanks for the check. Please have a look at this screenshot: http://i.imgbox.com/abv9ePka.pngIt is possible it is related to IE8 version?
I use Microsoft Hyper-V for my virtual Windows XP 32 bit. I’m prototyping for a big project in my company that requires ie8 compatibility. We want to use jqwidgets for frontend solution. That’s why I’d like to know what’s going wrong with my setup.
Please let me know if you need other information
Thanks
SamDecember 18, 2013 at 11:03 am in reply to: jqxPasswordInput – IE8 – This command is not supported jqxPasswordInput – IE8 – This command is not supported #46693Hi Peter,
here is a simple example that causes the same problem. If you put a breakpoint on $(“#txtPassword”) you obtain an alert at the time IE8 executes it. The alert says:Message from webpage
Error: this command is not supportedThanks
Sam<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <link rel="stylesheet" href="/_jqwidgets-ver3.0.4/jqwidgets/styles/jqx.base.css" type="text/css" /> <link app="" rel="stylesheet" href="/_jqwidgets-ver3.0.4/jqwidgets/styles/jqx.metro.css" type="text/css" /> <script type="text/javascript" src="/Scripts/jquery-1.10.2.js"></script> <script type="text/javascript" src="/_jqwidgets-ver3.0.4/jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="/_jqwidgets-ver3.0.4/jqwidgets/jqxtooltip.js"></script> <script type="text/javascript" src="/_jqwidgets-ver3.0.4/jqwidgets/jqxpasswordinput.js"></script> <script> $(document).ready(function () { //this statement causes the error $("#txtPassword").jqxPasswordInput({ showStrength: true, showStrengthPosition: "bottom" }); }); </script> </head> <body> <input id="txtPassword" type="password" /> </body> </html>
December 13, 2013 at 3:12 pm in reply to: jqxPasswordInput – IE8 – This command is not supported jqxPasswordInput – IE8 – This command is not supported #46497Hi Peter,
in my project I use jquery-1.10.2 but http://www.jqwidgets.com uses 1.10.1. Would you mind test the problem using your website? The issue is exactly the same.I confirm that in my project I use jQWidgets 3.0.4. I’m using IE 8 on Windows XP for compatibility test
Please let me know
Thanks -
AuthorPosts