EasyUI Forum

General Category => Bug Report => Topic started by: mygod on April 25, 2018, 07:17:53 PM



Title: maskedbox has bug?
Post by: mygod on April 25, 2018, 07:17:53 PM
in IE ,it can't input any key.
I have tested in IE 8 and IE 11.
in Firefox ,it can input any key  ,the rule is not work.


Title: Re: maskedbox has bug?
Post by: jarry on April 26, 2018, 07:57:14 AM
Please show an example to demostrate your issue.


Title: Re: maskedbox has bug?
Post by: mygod on April 26, 2018, 05:10:52 PM
sorry !
In IE there is no problem.
it can worked under any IME(Input Method Editors).

In Firefox ,
under english IME ,it is no problem.
but under  chinese IME
it can input any key.

<!DOCTYPE html>
<html>
<head>
   <meta charset="UTF-8">
   <title>Basic MaskedBox - jQuery EasyUI Demo</title>
   <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
   <link rel="stylesheet" type="text/css" href="../../themes/icon.css">
   <link rel="stylesheet" type="text/css" href="../demo.css">
   <script type="text/javascript" src="../../jquery.min.js"></script>
   <script type="text/javascript" src="../../jquery.easyui.min.js"></script>
</head>
<body>

         <input class="easyui-maskedbox" mask="(999) 999-9999" label="Phone Number:" labelPosition="top" style="width:100%">      
</body>
</html>