[JBoss JIRA] Created: (RF-11413) Popup panel, component values on popup panel are not updated after validation process fails
by Eldin Okanovic (JIRA)
Popup panel, component values on popup panel are not updated after validation process fails
-------------------------------------------------------------------------------------------
Key: RF-11413
URL: https://issues.jboss.org/browse/RF-11413
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core, component-input, component-validators
Affects Versions: 4.0.0.Final
Reporter: Eldin Okanovic
Bug is on richfaces 4 showcase. (rich:datatable->table edit). The situation is next:
i try to edit row on table, popup panel occurs. I enter a not valid value i.e. for price, and as it suppose to do validation message occurs. Then i close popup panel and try edit a different row, popup panel occurs with some fields correctly filled, and some are filled with old values.
I think that component update process is not completed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-10866) Queue: RF queuing rules applied to any ajax including standard f: one
by Ilya Shaikovsky (JIRA)
Queue: RF queuing rules applied to any ajax including standard f: one
---------------------------------------------------------------------
Key: RF-10866
URL: https://issues.jboss.org/browse/RF-10866
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<a4j:queue requestDelay="1000"></a4j:queue>
<h:form>
<h:inputText value="#{userBean.name}">
<f:ajax event="keyup" render="out" />
</h:inputText>
<h:outputText value="#{userBean.name}" id="out" />
</h:form>
<a4j:log/>
while typing you could see that delay applied and requests combined.
could influence standard/third-party components. So need to review and probably remove. (at least make switchable)
setting tran label just to review early and not for impl.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-11272) rich:collapsiblePanel the collapse functionality does not work when it is in Ajax mode
by Juraj Huska (JIRA)
rich:collapsiblePanel the collapse functionality does not work when it is in Ajax mode
--------------------------------------------------------------------------------------
Key: RF-11272
URL: https://issues.jboss.org/browse/RF-11272
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
In demo for rich:collapsiblePanel, it is not possible to collapse the panel in the example which is in Ajax mode. Clicking on the part of panel which should collapse the panel simply does nothing. The expand functionality of this panel works fine, but after expanding collapse is not possible.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-10862) Autocomplete: does not perform decode of the behaviors
by Ilya Shaikovsky (JIRA)
Autocomplete: does not perform decode of the behaviors
------------------------------------------------------
Key: RF-10862
URL: https://issues.jboss.org/browse/RF-10862
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
http://community.jboss.org/message/598526#598526
checked with
<rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
autoFill="false" selectFirst="false"
autocompleteMethod="#{autocompleteBean.autocomplete}" valueChangeListener="#{autocompleteBean.vcl}">
<a4j:ajax listener="#{autocompleteBean.list}" event="change"/>
</rich:autocomplete>
<h:inputText>
<a4j:ajax listener="#{autocompleteBean.list}" event="change"/>
</h:inputText>
input calls listener and autocomplete not. Text renderer performs String clientId = decodeBehaviors(context, component);
and in autocomplete there is no such code.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months