EasyUI Forum
May 09, 2024, 06:50:12 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Calendar control presents problems in October  (Read 12288 times)
bvicencio
Newbie
*
Posts: 13


View Profile Email
« 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?
« Last Edit: May 04, 2012, 08:20:35 AM by bvicencio » Logged
Kevin
Jr. Member
**
Posts: 52


View Profile Email
« Reply #1 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>
Logged
bvicencio
Newbie
*
Posts: 13


View Profile Email
« Reply #2 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.
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!