[
https://issues.apache.org/jira/browse/TRINIDAD-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737262#action_12737262
]
Yee-Wah Lee commented on TRINIDAD-1541:
---------------------------------------
Comparing the FF vs IE output, it seems that FF uses "title" attribute and IE
uses "alt" attribute for tooltip.
FF:
<img title="#CC66CC" ..>
IE:
<img alt="#CC66CC" ...>
However, in IE8 Release notes, "alt" is no longer used for tooltip. See section
"Accessibility and ARIA" in this page:
http://msdn.microsoft.com/en-us/library/cc288472(VS.85).aspx#access
"The alt attribute is no longer displayed as the image tooltip when the browser
is running in IE8 mode. Instead, the target of the longDesc attribute is used
as the tooltip if present; otherwise, the title is displayed. The alt
attribute is still used as the Microsoft Active Accessibility name, and the
title attribute is used as the fallback name only if alt is not present. "
> Image tooltips do not display in IE8
> ------------------------------------
>
> Key: TRINIDAD-1541
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1541
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.2.11-core
> Environment: Browser: Internet Explorer 8, running in standard (not
> Compatibility View mode)
> Reporter: Yee-Wah Lee
> Priority: Trivial
>
> 1. Go to the chooseColor demo:
> http://www.irian.at/trinidad-demo/faces/components/chooseColor.jspx
> 2. Hover over one of the swatches in the table.
> In Firefox: a tooltip will appear with the #rgb value of the color
> In IE8, standard (turn off compatibility view mode) : no tooltip appears
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.