[
https://issues.apache.org/jira/browse/TOMAHAWK-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482520#comment-13482520
]
Leonardo Uribe commented on TOMAHAWK-1642:
------------------------------------------
I tested the solution with IE 8 and it works. With IE 9 the solution is not
necessary so it is better to update the code to:
var domLib_isIE = (!domLib_isKHTML && !domLib_isOpera &&
(domLib_userAgent.indexOf('msie 5') != -1 || domLib_userAgent.indexOf('msie 6')
!= -1 || domLib_userAgent.indexOf('msie 7') != -1 ||
domLib_userAgent.indexOf('msie 8') != -1) );
> t:schedule tooltip is not rendered on IE8
> -----------------------------------------
>
> Key: TOMAHAWK-1642
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1642
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Schedule
> Affects Versions: 1.1.13
> Reporter: Alex Landini
>
> t:scheduler tooltip is not rendered on IE8
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira