[
https://issues.apache.org/jira/browse/TOMAHAWK-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563994#action_12563994
]
Zdenek Sochor commented on TOMAHAWK-1184:
-----------------------------------------
Hi,
this is just another IE bug :(
The patch for this issue should introduce more IE targetting code branches.
Due to this post:
http://webbugtrack.blogspot.com/2007/08/bug-242-setattribute-doesnt-always-work.html
several other cases will arise soon with DOM generation from JavaScripts.
This is bug in IE, because attributes' names SHOULD follow their W3C
specification (from XHTML).
Regards,
Zdenek
> 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
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.