[JBoss JIRA] Created: (RF-3656) panelMenuGroup and panelMenuItem don't escape bad XML characters in "label"
by Andreas Heiduk (JIRA)
panelMenuGroup and panelMenuItem don't escape bad XML characters in "label"
---------------------------------------------------------------------------
Key: RF-3656
URL: http://jira.jboss.com/jira/browse/RF-3656
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1, 3.2.0.SR1
Environment: Facelets 1.1.14
Reporter: Andreas Heiduk
PanelMenuGroup and PanelMenuItem render the "label" attribute as plain text without escaping characters like '&'. Getting the values from the model also doesn't work. The browser then gets the message "XML Parsing Error: not well-formed".
Example using Facelets:
<rich:panelMenu mode="ajax" width="200px">
<rich:panelMenuGroup label="Drag & Drop" expanded="true" >
<rich:panelMenuItem label="Drag & Drop" />
</rich:panelMenuGroup>
</rich:panelMenu>
Output:
.... <input name="panelMenuActionj_id3" type="hidden" />Foo & Bar</td><td><....
--
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
17 years, 8 months
[JBoss JIRA] Created: (RF-3807) toolTip appears behind selectOneMenu in ie6
by Martin Denham (JIRA)
toolTip appears behind selectOneMenu in ie6
-------------------------------------------
Key: RF-3807
URL: http://jira.jboss.com/jira/browse/RF-3807
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: JSF RI 1.2_07, Facelets 1.1.13, Internet Explorer 6
Reporter: Martin Denham
In ie6 rich:toolTip displays behind adjacent selectOneMenu components.
I have seen this error in the forum before but there was no solution other than upgrading to ie7 which is not an option for us: http://jboss.com/index.html?module=bb&op=viewtopic&t=124958
I raised the issue in the forum yesterday but have had no response yet: http://jboss.com/index.html?module=bb&op=viewtopic&t=138115
Example code:
<h:form>
<t:panelGrid columns="2">
<h:outputText value="Enter your annual consumption"/>
<h:inputText id="testTooltip">
<rich:toolTip for="testTooltip" zorder="99">
<table><tr><th>Header 1</th><th>Header 2</th></tr>
<tr><td>row 1</td><td>10,000</td></tr>
<tr><td>row 2</td><td>15,000</td></tr>
<tr><td>row 3</td><td>25,000</td></tr>
</table>
</rich:toolTip>
</h:inputText>
<h:outputText value="Select something here"/>
<h:selectOneMenu id="gasPaymentMethod2">
<f:selectItem itemLabel="First item" itemValue="1"/>
</h:selectOneMenu>
</t:panelGrid>
</h:form>
Thanks
Martin
--
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
17 years, 8 months
[JBoss JIRA] Created: (RF-3578) toolTip: "defaultContent" facet doesn't work this component.
by Mikhail Vitenkov (JIRA)
toolTip: "defaultContent" facet doesn't work this component.
------------------------------------------------------------
Key: RF-3578
URL: http://jira.jboss.com/jira/browse/RF-3578
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE, FF, Safari, Opera(3.2.1.CR8)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Try to use "defaultContent" facet, as described on RichFaces Development Guide. See code:
<rich:toolTip followMouse="true" direction="top-right" mode="ajax" value="test facet" horizontalOffset="5"
verticalOffset="5" layout="block">
<f:facet name="defaultContent">
<f:verbatim>DEFAULT toolTip CONTENT</f:verbatim>
</f:facet>
</rich:toolTip>
Actual behavior:
"DEFAULT toolTip CONTENT" appears for a short time & then "test facet" appear.
--
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
17 years, 8 months