EasyUI Forum
March 28, 2024, 05:15:32 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: maskedbox has bug?  (Read 6171 times)
mygod
Newbie
*
Posts: 10


View Profile Email
« 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.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: April 26, 2018, 07:57:14 AM »

Please show an example to demostrate your issue.
Logged
mygod
Newbie
*
Posts: 10


View Profile Email
« Reply #2 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>
« Last Edit: April 26, 2018, 06:27:30 PM by mygod » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!