Janap schrieb:
Hello all,
I use Tomahawk 1.1.7-SNAPSHOT for development and the output of
t:inputCalendar is not correct.

When I run the myfaces examples as it is (tomahawk 1.1.6) the calendar is
rendered correctly.

Then I replaced 1.1.6 jar with  1.1.7-SNAPSHOT and then the Calendar example
does not work properly.

The problem is the "divider" image between Week numbers and Week days is
only showed in the first row
next to "KW" text. That results in all the columns of the weeks shifted by 1
position to the left..so
obviously the Sunday field is empty :-(

I will now check the difference in script files for both versions.

Can somehow please verify this error?
It looks like these issues:
 https://issues.apache.org/jira/browse/TOMAHAWK-947
 https://issues.apache.org/jira/browse/TOMAHAWK-1184

However that *should* now be working for all browsers. From popcalendar.js:
if(this.ie) //fix for https://issues.apache.org/jira/browse/TOMAHAWK-1184
           dividerCell.setAttribute("rowSpan", "7");
else dividerCell.setAttribute("rowspan", "7");

What browser are you using?

Regards,
Simon

Reply via email to