[JBoss JIRA] Created: (RF-935) TogglePanel: breakes inside repeat
by Nick Belaevski (JIRA)
TogglePanel: breakes inside repeat
----------------------------------
Key: RF-935
URL: http://jira.jboss.com/jira/browse/RF-935
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.0
<ui:repeat
value="#{salesReport.items}"
var="row">
<rich:togglePanel
id="tgl"
initialState="closed"
switchType="server"
stateOrder="closed, opened">
<f:facet name="closed">
<rich:toggleControl>
<h:outputText value="blah blah"/>
</rich:toggleControl>
</f:facet>
<f:facet name="opened">
<a4j:outputPanel id="multy_table">
<rich:toggleControl>
<h:outputText value="close"/>
</rich:toggleControl>
<h:outputText value="oops!!!"/>
</a4j:outputPanel>
</f:facet>
</rich:togglePanel>
</ui:repeat>
--
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, 2 months
[JBoss JIRA] Closed: (RF-881) rich:tree - showConnectingLines problem in Firefox
by Alexander Francuzov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-881?page=all ]
Alexander Francuzov closed RF-881.
----------------------------------
Assignee: Alexander Francuzov (was: Pavel Yaschenko)
> rich:tree - showConnectingLines problem in Firefox
> --------------------------------------------------
>
> Key: RF-881
> URL: http://jira.jboss.com/jira/browse/RF-881
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: Richfaces 3.1.0-rc5
> Firefox 2.0.0.6 / Windows XP
> Reporter: Jason Young
> Assigned To: Alexander Francuzov
> Fix For: 3.2.0, 3.1.1
>
> Attachments: screenshot-1.jpg
>
>
> When showConnectingLines=false is set, the last node in each subtree has a background image rendered next to it. The URL for the image is something like: /a4j_3_1_0-SNAPSHOTorg.richfaces.renderkit.html.images.TreeLineLastImage/DATB/eAH7....1Tv3GRgYACS3BY4_.jsf.
> This issue only appears in Firefox. It looks fine with IE6.
> I have a screenshot I intend to attach.
--
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, 2 months