Details
Description
The latest version of popcalendar.js does not correctly render the vertical week divider due to a typo in the javascript file.
The solution is to replace org/apache/myfaces/custom/calendar/resource/popcalendar.js line 1217
dividerCell.setAttribute("rowspan", "7");
with
dividerCell.setAttribute("rowSpan", "7");
and IE will work correctly.
Attachments
Issue Links
- is duplicated by
-
TOMAHAWK-947 Content of the popup is not displayed properly with RI 1.2
- Closed
- relates to
-
TOMAHAWK-947 Content of the popup is not displayed properly with RI 1.2
- Closed