[
https://jira.jboss.org/jira/browse/RF-7990?page=com.atlassian.jira.plugin...
]
Bozhidar Bozhanov commented on RF-7990:
---------------------------------------
<rich:toolBar>
<rich:menuItem submitMode="server"
action="internalIndex" style="color: red;">
<h:graphicImage value="/images/home.png"
styleClass="menuIcon" />
<h:panelGroup styleClass="menuLabel">
<h:outputText value="#{msg.home}" />
</h:panelGroup>
</rich:menuItem>
<ui:include src="/loggedUserMenuItems.jsp" />
</rich:toolBar>
After positioning the mouse over the item:
FireFox 3 JS error console:
Error: missing : after property id
Source File:
http://localhost:8080/index.jsp?conversationContext=1
Line: 1, Column: 53
Source Code:
RichFaces.Menu.Utils.itemMouseOut(event, this, {style=color: red;});
And another one, for MouseOver
JS error when style attribute is set to rich:menuItem
-----------------------------------------------------
Key: RF-7990
URL:
https://jira.jboss.org/jira/browse/RF-7990
Project: RichFaces
Issue Type: Bug
Components: browser compatibility, component, regression
Affects Versions: 3.3.2.GA
Environment: Firefox 3.5.3
Reporter: Bozhidar Bozhanov
Assignee: Alex Kolonitsky
Priority: Critical
Fix For: 3.3.3.BETA1
Error: missing : after property id
Source file:
http://localhost:8080/tickets/search.jsp?conversationContext=2
Line: 1, Column: 53
Source code:
RichFaces.Menu.Utils.itemMouseOut(event, this, {style=color: red;});
This is when I set the 'style' atribute.
Appears in 3.3.2.SR1. Didn't appear in 3.3.1
--
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