[JBoss JIRA] Created: (RF-2288) non autosized modal panel and calendar: Calendar - popups below the panel
by Ilya Shaikovsky (JIRA)
non autosized modal panel and calendar: Calendar - popups below the panel
-------------------------------------------------------------------------
Key: RF-2288
URL: http://jira.jboss.com/jira/browse/RF-2288
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
Attachments: notAutosizedMpCalendar.jpg
screens attached
code:
<rich:modalPanel id="_panel" minHeight="100"
minWidth="200" moveable="true">
<f:facet name="header">
<h:outputText value="Events..." />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/pages/montana.gif" onclick="Richfaces.hideModalPanel('_panel');" />
</f:facet>
<h:outputText value="Eventsaaaaaaaaaaaaaaaa ..." />
<rich:calendar popup="true"/>
</rich:modalPanel>
B.t.w. JS error rised
--
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
16 years, 1 month
[JBoss JIRA] Created: (RF-2239) listShuttle: doesn't works after ajax update
by Ilya Shaikovsky (JIRA)
listShuttle: doesn't works after ajax update
--------------------------------------------
Key: RF-2239
URL: http://jira.jboss.com/jira/browse/RF-2239
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
<h:form>
<h:selectBooleanCheckbox value="#{bean.enabled}" >
<a4j:support reRender="list" event="onchange" ajaxSingle="true"/>
</h:selectBooleanCheckbox>
<a4j:outputPanel layout="none">
<rich:orderingList value="#{capitalsBean.capitals}" var="cap" converter="converter" rendered="#{bean.enabled}" id="list">
<rich:column>
<f:facet name="header">
<h:outputText value="test"/>
</f:facet>
<h:outputText value="#{cap.name}"/>
<f:facet name="footer">
<h:outputText value="test"/>
</f:facet>
</rich:column>
</rich:orderingList>
</a4j:outputPanel>
</h:form>
Initial value of enabled = false.
after checkbox activation - listShuttle rendered but doesn't works and layout broken.
--
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
16 years, 1 month