[JBoss JIRA] (RF-12865) Correct deferred partial response ending by leveraging PVC wrapper chain
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12865?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-12865 at 2/3/14 8:49 AM:
---------------------------------------------------------
The proper fix for DIRECT/WRAPPED modes leverages wrapping of both {{PartialViewContext}} and {{(Partial)VisitContext}} and is addressed in RF-13505. Mojarra's fix is needed here, see the associated issue.
was (Author: lfryc):
The proper fix for DIRECT/WRAPPED modes leverages wrapping of both {{PartialViewContext}} and {{(Partial)VisitContext}} and is addressed in RF-13505. Mojarra's fix is needed here, see the upgrade issue.
> Correct deferred partial response ending by leveraging PVC wrapper chain
> ------------------------------------------------------------------------
>
> Key: RF-12865
> URL: https://issues.jboss.org/browse/RF-12865
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: third-party
> Affects Versions: 4.3.1
> Environment: weblogic 10.3.4, Myfaces 2.1.10, Richfaces 4.3.1, OmniFaces1.3
> Reporter: blam lam
> Assignee: Lukáš Fryč
> Labels: jsf, needs-qe
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> After submit from a a4j:commandButton, it fail to re-render / update other component on the page.
> This problem only appear in MyFaces. It does not happens in Mojarra.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RF-12865) Correct deferred partial response ending by leveraging PVC wrapper chain
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12865?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12865:
---------------------------------
The proper fix for DIRECT/WRAPPED modes leverages wrapping of both {{PartialViewContext}} and {{(Partial)VisitContext}} and is addressed in RF-13505. Mojarra's fix is needed here, see the upgrade issue.
> Correct deferred partial response ending by leveraging PVC wrapper chain
> ------------------------------------------------------------------------
>
> Key: RF-12865
> URL: https://issues.jboss.org/browse/RF-12865
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: third-party
> Affects Versions: 4.3.1
> Environment: weblogic 10.3.4, Myfaces 2.1.10, Richfaces 4.3.1, OmniFaces1.3
> Reporter: blam lam
> Assignee: Lukáš Fryč
> Labels: jsf, needs-qe
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> After submit from a a4j:commandButton, it fail to re-render / update other component on the page.
> This problem only appear in MyFaces. It does not happens in Mojarra.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RF-13251) FocusManager to support complex components like rich:autocomplete
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13251?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-13251 at 2/3/14 8:47 AM:
---------------------------------------------------------
Immo, could you please provide the sample code you reproduced the issue with? Without it we can't proceed with a fix.
was (Author: lfryc):
could you please provide the sample code you reproduced the issue with? Without it we can't proceed with a fix.
> FocusManager to support complex components like rich:autocomplete
> -----------------------------------------------------------------
>
> Key: RF-13251
> URL: https://issues.jboss.org/browse/RF-13251
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-misc
> Affects Versions: 4.3.4
> Reporter: Immo Benjes
> Assignee: Lukáš Fryč
> Priority: Minor
> Labels: waiting_on_user
>
> Currently the FocusManager in Richfaces only works on 'simple' UI components like h:inputText or h:selectOneMenu but not on more complex components like rich:autocomplete.
> It would be good if FocusManager could support complex components or 'real' Ids as generated for that page.
> The use case for the support on autocomplete is like this:
> User has to enter multiple 'entities'. A rich:autocomplete is used to select the entity and add it to a list. After each ajax submit the focus gets lost and the user has to manually set the focus back to the autocomplete input field.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RF-13251) FocusManager to support complex components like rich:autocomplete
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13251?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13251:
---------------------------------
could you please provide the sample code you reproduced the issue with? Without it we can't proceed with a fix.
> FocusManager to support complex components like rich:autocomplete
> -----------------------------------------------------------------
>
> Key: RF-13251
> URL: https://issues.jboss.org/browse/RF-13251
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-misc
> Affects Versions: 4.3.4
> Reporter: Immo Benjes
> Assignee: Lukáš Fryč
> Priority: Minor
> Labels: waiting_on_user
>
> Currently the FocusManager in Richfaces only works on 'simple' UI components like h:inputText or h:selectOneMenu but not on more complex components like rich:autocomplete.
> It would be good if FocusManager could support complex components or 'real' Ids as generated for that page.
> The use case for the support on autocomplete is like this:
> User has to enter multiple 'entities'. A rich:autocomplete is used to select the entity and add it to a list. After each ajax submit the focus gets lost and the user has to manually set the focus back to the autocomplete input field.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (RF-13527) File upload: ajax-rendered panel not updated after uploading file
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13527:
----------------------------------
Summary: File upload: ajax-rendered panel not updated after uploading file
Key: RF-13527
URL: https://issues.jboss.org/browse/RF-13527
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, regression
Affects Versions: 5.0.0.Alpha3
Environment: RichFaces 5.0.0-SNAPSHOT, 5.0.0.Alpha3
Metamer 5.0.0-SNAPSHOT
Mojarra 2.1.19-jbossorg-1
EAP 6.2
Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
Chrome 32.0.1700.102 @ Linux x86_64
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richFileUpload/simple.xhtml
# notice time in top-right corner above phases list
# upload a small file
result:
* expected: content of outputPanel with ajaxRendered=true should be updated
* actual: there is the same time in the panel
* it's a regression, it is updated correctly in 5.0.0.Alpha2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months