Vertical Week Divider incorrectly rendered in IE
------------------------------------------------
Key: TOMAHAWK-1184
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1184
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Calendar
Affects Versions: 1.1.7-SNAPSHOT
Environment: Windows XP SP3 w/IE7
Reporter: Gunther Schmidl
Priority: Minor
Fix For: 1.1.7-SNAPSHOT
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 1107
dividerCell.setAttribute("rowspan", "7");
with
dividerCell.setAttribute("rowSpan", "7");
and IE will work correctly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.