[JBoss JIRA] Created: (RF-2034) Tooltip for an image in modalPanel moved off in Firefox
by Jiri Pejchal (JIRA)
Tooltip for an image in modalPanel moved off in Firefox
-------------------------------------------------------
Key: RF-2034
URL: http://jira.jboss.com/jira/browse/RF-2034
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: Windows, Firefox 2.0.0.11
Reporter: Jiri Pejchal
Priority: Minor
Tooltip for an image in modalPanel is moved to the left in Firefox. In IE 6, 7 is everything OK.
<f:view>
<rich:modalPanel id="modal" top="20"
height="610" width="850"
zindex="2000">
<h:graphicImage id="name-required" value="/images/core/required_field.gif">
<rich:toolTip for="name_required">tooltiptext</rich:toolTip>
</h:graphicImage>
</rich:modalPanel>
<a href="javascript:Richfaces.showModalPanel('modal')">Open</a>
</f:view>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (RF-1954) Panel menu looks badly if item length is longer than panel menu length.
by Sergey Halipov (JIRA)
Panel menu looks badly if item length is longer than panel menu length.
-----------------------------------------------------------------------
Key: RF-1954
URL: http://jira.jboss.com/jira/browse/RF-1954
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: FF, IE
Reporter: Sergey Halipov
Attachments: pm_ff.png
<rich:panelMenu style="width:170px; border: 0px;"
iconGroupPosition="none" iconGroupTopPosition="none"
iconItemPosition="none" iconItemTopPosition="none"
expandSingle="true">
<rich:panelMenuGroup label="msg.Meine_Leads">
</rich:panelMenuGroup>
<rich:panelMenuGroup label="msg.Reporting">
<rich:panelMenuItem name="nav_6.6"
label="msg.MedienKanalspezifikaAAAAAAAAA" action="AccessMB.navigate" />
</rich:panelMenuGroup>
<rich:panelMenuGroup label="msg.Download">
</rich:panelMenuGroup>
<rich:panelMenuGroup label="msg.Verwaltung">
</rich:panelMenuGroup>
</rich:panelMenu>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months