[
https://jira.jboss.org/jira/browse/RF-3579?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-3579.
--------------------------------
Fix Version/s: 3.3.1
(was: Future)
Resolution: Won't Fix
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
In Safari image size is set relatively to parent component size. Consider this:
<rich:panel style="width:50px; height:50px; background-color: gray">
<h:graphicImage id="pricsID1"
value="/images/capitals/idaho.gif"
height="100%" width="100%"></h:graphicImage>
<rich:toolTip id="tooltipID" layout="block"
style="width: 400px; height: 400px;">
<h:graphicImage id="pricsID"
value="/images/capitals/idaho.gif"
height="50%" width="50%"></h:graphicImage>
</rich:toolTip>
Tooltip panel
</rich:panel>
toolTip: graphicImage inside toolTip with height & width, which
set in "20%" have incorrect view under different browsers.
--------------------------------------------------------------------------------------------------------------------------
Key: RF-3579
URL:
https://jira.jboss.org/jira/browse/RF-3579
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE, FF, Safari, Opera(3.2.1.CR8)
Reporter: Mikhail Vitenkov
Assignee: Mikhail Vitenkov
Fix For: 3.3.1
Attachments: toolTipOpera.png, toolTipSafari.png
Step 1. Add <h:graphicImage inside tooltip such way:
<rich:panel style="width:50px; height:50px; background-color: gray">
<rich:toolTip id="tooltipID" ...
<h:graphicImage id="pricsID" value="/pics/toshiba.jpg"
height="20%" width="20%"></h:graphicImage>
</rich:toolTip>
</rich:panel>
Step 2. Navigate to page & call toolTip.
Actual behavior:
For the different browsers image inside toolTip have different style displaying. For more
information see attached screenshots.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira