Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1.5
-
None
-
None
-
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
Description
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
Attachments
Attachments
Issue Links
- duplicates
-
TOMAHAWK-1184 Vertical Week Divider incorrectly rendered in IE
- Closed
- is related to
-
TOMAHAWK-1184 Vertical Week Divider incorrectly rendered in IE
- Closed