1

Critical Calendar component bug in ZK 6.5.1 and later

asked 2013-01-22 09:35:11 +0800

cyiannoulis gravatar image cyiannoulis
1201 10

updated 2013-01-22 11:24:00 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

Hi to all,

We are facing this bug which is critical for us. The problem is that one of our apps makes extensive use of calendar component. In some cases, since version 6.5.1, the calendar does not display the whole month. You may check it by yourself if you try to display the calendar for December 2012.

Note: We are using Chrome Version 24.0.1312.52m. Firefox seems ok.

Update

Well, you may see this screenshot showing Dec 2012. Although it uses Greek reagional settings, you can see that the last week is not visible.

image description

My Code is below...

<zk>
<window id="winMainView" title="Main View" border="normal" height="100%" width="100%">
    <vlayout>
        <calendar />
    </vlayout>
</window>
</zk>
delete flag offensive retag edit

Comments

Please Post Screen shot so some one can tell what is the issue

sjoshi ( 2013-01-22 10:37:44 +0800 )edit
1

Your Question is for Calendar Component while you added screen shot of Datebox? Which component have issue Calendar or Datebox? I have your code Fiddle ZK-Calendar Added my Machine Screenshot

image description

Ok you mean you are not able to see 31st 2012 date in Chrome Browser .Its look like a bug . Push It. I voted your bugid.

Bug Fixed See ZK Jira

sjoshi ( 2013-01-22 11:05:32 +0800 )edit

I am using <calendar> not <datebox>.Here is the code of the screenshot:

<window id="winMainView" title="Main View"> <vlayout> <calendar /> </vlayout> </window>

cyiannoulis ( 2013-01-22 11:13:09 +0800 )edit

My question is for Calendar. Here is the source code of the screenshot:

&lt;zk&gt;
&lt;window id="winMainView" title="Main View" border="normal" height="100%" width="100%"&gt;
    &lt;vlayout&gt;
        &lt;calendar /&gt;
    &lt;/vlayout&gt;
&lt;/window&gt;
&lt;/zk&gt;
cyiannoulis ( 2013-01-22 11:18:38 +0800 )edit

this is ZK Calendar http://zcal.zkoss.org/ and you posted a image of Datebox http://www.zkoss.org/zkdemo/input/dateandtime_picker

sjoshi ( 2013-01-22 11:18:47 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-01-22 11:36:19 +0800

cyiannoulis gravatar image cyiannoulis
1201 10

OK. I am running your Fiddle example and the bug is there! Just try to display DEC 2012. Not JAN 2013. December 2012 has 6 weeks and there is the problem!

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-01-22 09:35:11 +0800

Seen: 58 times

Last updated: Jan 23 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More