EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: bvicencio on May 01, 2012, 04:41:33 PM



Title: Calendar control presents problems in October
Post by: bvicencio on May 01, 2012, 04:41:33 PM
Calendar control presents problems in October. The dates are out of line

How I can fix it?


Title: Re: Calendar control presents problems in October
Post by: Kevin on May 03, 2012, 05:53:11 AM
Could you maybe include some code to your problem, what browser and version did you see this in. A screen shot will also be helpful to see what you are seeing. I've tested this on FF12 and IE9 and could not see any issues for October. The code is included below;

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
      <title>jQuery Date Time Inout</title>
      <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css">
      <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/icon.css">
      <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
      <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>
      <script type="text/javascript">
          $(function () {
             $('#dd').datebox({
                required: true
             });
          });
      </script>
   </head>
   <body>
      <form id="ff" method="post">
         <div>
            <label for="name">Date:</label>
            <input id="dd" type="text"></input>
         </div>
      </form>
   </body>
</html>


Title: Re: Calendar control presents problems in October
Post by: bvicencio on May 04, 2012, 08:20:05 AM
Thanks Kevin, you're right. The problem occurs only with certain browsers (F11.0 and IE 9.0.8112.16421) I have no problem with Chrome. Even directly from the site www.jeaseyui.com me the problem arises. Attached screen shot.

And sorry for the English, not handling well.