[
https://issues.apache.org/jira/browse/TOMAHAWK-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485376
]
Mike Kienenberger commented on TOMAHAWK-947:
--------------------------------------------
Please submit this in the form of a unified diff patch.
Thanks!
> Content of the popup is not displayed properly with RI 1.2
> ----------------------------------------------------------
>
> Key: TOMAHAWK-947
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-947
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Calendar
> Affects Versions: 1.1.5
> Environment: Firefox 1.0.7, 2.0.0.3, Mozilla both on Windows XP and
> Fedora 3, JSF RI 1.2_03, JSF RI 1.2_04
> Reporter: Andrzej Jakubowski
>
> Content of the popup is not displayed properly - there is no grey line next
> to the weeks and all days in a month are moved one column to the left. So,
> there are no days under the last day of a week from the header.
> SOLUTION is: popcalendar.js
> line:
> dividerCell.setAttribute("rowSpan", "7");
> should be changed into:
> dividerCell.setAttribute("rowspan", "7");
> (notice the difference in 's')
> The new version works fine. (It also works fine with myFaces 1.1.4)
> Regards,
> Andrzej
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.