[JBoss JIRA] Created: (RF-7316) modalPane isn't rerendered in safari
by Vadim Mikovoz (JIRA)
modalPane isn't rerendered in safari
------------------------------------
Key: RF-7316
URL: https://jira.jboss.org/jira/browse/RF-7316
Project: RichFaces
Issue Type: Bug
Components: component-output
Affects Versions: 3.3.2.CR1
Environment: safari 3.2.3
Seam 2.1.0 SP1
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Code:
<rich:modalPanel id="resetPasswordPanel" height="200" width="480"
showWhenRendered="true">
<f:facet name="header">
<h:outputText value="Reset Password"></h:outputText>
</f:facet>
<h:form>
<h:outputText value="Please select a new password for Me" />
<br />
<rich:spacer height="10" />
<s:decorate id="resetNewPasswordDecoration"
template="/layout/edit.xhtml">
<ui:define name="label">New Password</ui:define>
<h:inputSecret id="resetNewPasswordInput"
value="#{custom.newPassword}" redisplay="true">
<a4j:support ajaxSingle="true" event="onblur" />
</h:inputSecret>
</s:decorate>
<s:decorate id="resetConfirmPasswordDecoration"
template="/layout/edit.xhtml">
<ui:define name="label">Confirm Password</ui:define>
<h:inputSecret id="resetConfirmPasswordInput"
value="#{custom.confirmPassword}" redisplay="true">
<a4j:support ajaxSingle="true" event="onblur" />
</h:inputSecret>
</s:decorate>
<br />
<rich:spacer height="10" />
<a4j:commandButton value="Reset Password" immediate="true"
reRender="resetPasswordPanel" />
<a4j:commandButton value="Cancel" immediate="true"
onclick="#{rich:component('resetPasswordPanel')}.hide()"
reRender="resetPasswordPanel" />
<h:messages styleClass="errors" />
</h:form>
</rich:modalPanel>
1. Open test page in safari
2. Click *Reset Password* button
-----------------------------------------------
modalPanel isn't rerendered
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-7307) ExtendedDataTable inside ModalPanel: autosized works incorrectly.
by Alexander Dubovsky (JIRA)
ExtendedDataTable inside ModalPanel: autosized works incorrectly.
-----------------------------------------------------------------
Key: RF-7307
URL: https://jira.jboss.org/jira/browse/RF-7307
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Environment: 3.2.2.SNAPSHOT
jsp, facelets
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Sources:
<rich:modalPanel id="mpID" showWhenRendered="true" autosized="true">
<f:facet name="header">
<h:outputText value="Modal Panel Header" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/pics/error.gif"
onclick="Richfaces.hideModalPanel('mpID'); return false;" />
</f:facet>
<rich:extendedDataTable id="demoTable"
value="#{extendedDataTableBean.dataModel}" var="patient">
<rich:column id="firstName" filterBy="#{patient.firstName}"
sortBy="#{patient.firstName}">
<f:facet name="header">
<h:outputText value="First name" />
</f:facet>
<h:outputText id="text" value="#{patient.firstName}" />
</rich:column>
<rich:column id="lastName" filterBy="#{patient.lastName}"
sortBy="#{patient.lastName}">
<f:facet name="header">
<h:outputText value="Last name" />
</f:facet>
<h:outputText value="#{patient.lastName}" />
</rich:column>
</rich:extendedDataTable>
</rich:modalPanel>
# Open page and check table visability
Result: only one column is visible. See screen shot.
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-7315) toolBar: onitem* eventhandlers do not trigger for toolBarGroups' items
by Alexander Dubovsky (JIRA)
toolBar: onitem* eventhandlers do not trigger for toolBarGroups' items
----------------------------------------------------------------------
Key: RF-7315
URL: https://jira.jboss.org/jira/browse/RF-7315
Project: RichFaces
Issue Type: Feature Request
Components: component-output
Affects Versions: 3.3.2.CR1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Create ToolBar which contains only toolBarGroups.
Define eventhandlers for onitem* ToolBar events.
Example:
<rich:toolBar onitemclick="alert('onitemclick')"
onitemdblclick="alert('onitemdblclick')"
onitemkeydown="alert('onitemkeydown')"
onitemkeypress="alert('onitemkeypress')"
onitemkeyup="alert('onitemkeyup')"
onitemmousedown="alert('onitemmousedown')"
onitemmousemove="alert('onitemmousemove')"
onitemmouseout="alert('onitemmouseout')"
onitemmouseover="alert('onitemmouseover')"
onitemmouseup="alert('onitemmouseup')">
<rich:toolBarGroup>
<h:outputText value="Input 1: " />
<h:inputText value="" />
</rich:toolBarGroup>
<rich:toolBarGroup>
<h:outputText value="Input 2: " />
<h:inputText value="" />
</rich:toolBarGroup>
</rich:toolBar>
# Open page and try to call any eventhandler.
Result: no one event handler triggers.
If define handlers for each toolBarGroup all will work.
But if we need the same handlers for all toolBarGroups it will be very inconvenient.
--
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
15 years, 5 months
[JBoss JIRA] Closed: (RF-4076) ContextMenu: when attachTiming="immediate" menu incorrectly works with h:outputText
by Alexander Dubovsky (JIRA)
[ https://jira.jboss.org/jira/browse/RF-4076?page=com.atlassian.jira.plugin... ]
Alexander Dubovsky closed RF-4076.
----------------------------------
Assignee: Nick Belaevski (was: Alexander Dubovsky)
> ContextMenu: when attachTiming="immediate" menu incorrectly works with h:outputText
> -----------------------------------------------------------------------------------
>
> Key: RF-4076
> URL: https://jira.jboss.org/jira/browse/RF-4076
> Project: RichFaces
> Issue Type: Bug
> Components: component-menu
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: 3.3.2.CR1
>
> Time Spent: 2 hours
> Remaining Estimate: 0 minutes
>
> <h:outputText id="text1" value="Some text with context menu1">
> <cm:contextMenu attachTiming="immediate">
> <mc:menuItem value="a">
> <f:param name="cmdParam" value="a" />
> </mc:menuItem>
> </cm:contextMenu>
> </h:outputText>
>
>
> <h:outputText id="text2" value="Some text with context menu2">
> <cm:contextMenu attachTiming="immediate">
> <mc:menuItem value="b">
> <f:param name="cmdParam" value="b" />
> </mc:menuItem>
> </cm:contextMenu>
> </h:outputText>
> Click first, then second text. Both shows "b" menu item, but the first should show "a"
--
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
15 years, 5 months