[JBoss JIRA] (RF-13390) Region fails to render after ajax request
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13390?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13390:
-------------------------------
Labels: jsf22 (was: )
> Region fails to render after ajax request
> -----------------------------------------
>
> Key: RF-13390
> URL: https://issues.jboss.org/browse/RF-13390
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
> Labels: jsf22
> Fix For: 4.3.5, 5.0.0.Alpha3
>
>
> When
> {code}
> <r:region>
> <h:inputText>
> <r:ajax execute="@this" render="@region" />
> </h:inputText>
> </r:region>
> {code}
> A partial response seems to be generated with the correct content but the dom is not updated
--
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
11 years
[JBoss JIRA] (RF-13389) Showcase for RF 5, pick list rendering in firefox
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13389?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13389:
------------------------------------
I am unable to reproduce this with a fresh build on firefox 25 (linux). [~manovotn] would you please check this issue again? Try clearing your browser cache to make sure you are not using any old CSS files.
> Showcase for RF 5, pick list rendering in firefox
> -------------------------------------------------
>
> Key: RF-13389
> URL: https://issues.jboss.org/browse/RF-13389
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Environment: JBoss AS 7.1
> Firefox version 25.0
> Chrome version 31
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Attachments: Chrome_screenshot.png, Firefox_screenshot.png
>
>
> When using Firefox (in my case version 25) and accessing a pick list page in showcase(selects->r:pickList), the simple pick list does not render correctly (see attached screenshot). However pick list with columns cause no problems.
> I tested it with Chrome where everything works correctly.
> Also to make sure I rebuilded whole repository with dependencies not to have any outdated artifacts.
--
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
11 years
[JBoss JIRA] (RF-13389) Showcase for RF 5, pick list rendering in firefox
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13389?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13389:
-------------------------------
Assignee: Matej Novotny (was: Brian Leathem)
> Showcase for RF 5, pick list rendering in firefox
> -------------------------------------------------
>
> Key: RF-13389
> URL: https://issues.jboss.org/browse/RF-13389
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Environment: JBoss AS 7.1
> Firefox version 25.0
> Chrome version 31
> Reporter: Matej Novotny
> Assignee: Matej Novotny
> Fix For: 5.0.0.Alpha2
>
> Attachments: Chrome_screenshot.png, Firefox_screenshot.png
>
>
> When using Firefox (in my case version 25) and accessing a pick list page in showcase(selects->r:pickList), the simple pick list does not render correctly (see attached screenshot). However pick list with columns cause no problems.
> I tested it with Chrome where everything works correctly.
> Also to make sure I rebuilded whole repository with dependencies not to have any outdated artifacts.
--
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
11 years
[JBoss JIRA] (RF-13186) Showcase 4.5.x fails
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13186?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13186:
------------------------------------
Upstream issue:
https://java.net/jira/browse/JAVASERVERFACES-2147
> Showcase 4.5.x fails
> --------------------
>
> Key: RF-13186
> URL: https://issues.jboss.org/browse/RF-13186
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Michal Petrov
> Assignee: Lukáš Fryč
> Fix For: 4.5.0.Alpha1
>
>
> [https://github.com/michpetrov/richfaces/tree/showcase-4.5.x/examples/show...] - showcase 4.5
> [https://github.com/richfaces4/components/tree/4.5.x] - 4.5.x components
> [https://github.com/richfaces4/dev-examples/tree/4.5.x] - 4.5 dev-examples
> Builds and deploys fine.
> Examples that do not work:
> * -several examples (e.g. actionListener) produce "The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>"-
> * validation - fails because rf.rf4.ui.Message is not defined, the resource is not being included due to resource optimization
> * trees/rich:tree - missing …/javax.faces.resource/node_icon.gif.jsf?ln=org.richfaces
> * menus/rich:contextMenu and rich:dropDownMenu - not working, probably for the same reason as validators (missing proper javascript resource)
> * inputs/rich:inplaceInput - ditto
> * selects/rich:inplaceSelect - ditto
> * output/rich:tooltip - ditto
> When resource optimization some components (dataTables) are missing background image causing a badly generated CSS. {{background-image: url()}}
> h5. resource optimization turned off
> h6. Issue with Validator
> - org.richfaces.validator.FacesObjectDescriptor.getMessage()
> - collision between RF4.5 and RF5
> the interface is the same in both versions but the Message class is in different packages in the two
> h6. Issue with menus
> - org.richfaces.renderkit.html.MenuItemRendererBase.getUtils()
> - probably the same problem
--
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
11 years
[JBoss JIRA] (RF-13371) Clarify and fix Push destroy logic
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13371?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak closed RF-13371.
------------------------------
Verified as part of RF-13365.
> Clarify and fix Push destroy logic
> ----------------------------------
>
> Key: RF-13371
> URL: https://issues.jboss.org/browse/RF-13371
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Priority: Critical
> Fix For: 5.0.0.Alpha2
>
>
> I need to comment on the approach I took for destroying the Push component which follows approximately what Widget Factory does.
> I have also found that the widget _destroy method isn't called at all, because there is no such event as {{cleanDom}}.
> richfaces.js throws {{beforeDomClean}} and {{afterDomClean}}. The foremost is the right event to listen for for component cleanup.
--
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
11 years
[JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes
by Cody Lerum (JIRA)
Cody Lerum created RF-13391:
-------------------------------
Summary: jsf.ajax.addOnEvent not fired after r:ajax completes
Key: RF-13391
URL: https://issues.jboss.org/browse/RF-13391
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 5.0.0.Alpha2
Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
Wildfly 8.0.0.Beta2-SNAPSHOT
Mojarra 2.2.4-jbossorg-1 20131017-1524
Reporter: Cody Lerum
Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example
{code}
jsf.ajax.addOnEvent(function(data) {
if (data.status == 'success')
addFormGroupClasses();
});
{code}
This code is called after completion of an f:ajax but not for an r:ajax
--
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
11 years
[JBoss JIRA] (RF-13390) Region fails to render after ajax request
by Cody Lerum (JIRA)
Cody Lerum created RF-13390:
-------------------------------
Summary: Region fails to render after ajax request
Key: RF-13390
URL: https://issues.jboss.org/browse/RF-13390
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
Wildfly 8.0.0.Beta2-SNAPSHOT
Mojarra 2.2.4-jbossorg-1 20131017-1524
Reporter: Cody Lerum
Fix For: 5.0.0.Alpha2
When
{code}
<r:region>
<h:inputText>
<r:ajax execute="@this" render="@region" />
</h:inputText>
</r:region>
{code}
A partial response seems to be generated with the correct content but the dom is not updated
--
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
11 years
[JBoss JIRA] (RF-13186) Showcase 4.5.x fails
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13186?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13186:
------------------------------------
[~manovotn], it's a bug in JSF, it only appears in Development stage.
> Showcase 4.5.x fails
> --------------------
>
> Key: RF-13186
> URL: https://issues.jboss.org/browse/RF-13186
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Michal Petrov
> Assignee: Lukáš Fryč
> Fix For: 4.5.0.Alpha1
>
>
> [https://github.com/michpetrov/richfaces/tree/showcase-4.5.x/examples/show...] - showcase 4.5
> [https://github.com/richfaces4/components/tree/4.5.x] - 4.5.x components
> [https://github.com/richfaces4/dev-examples/tree/4.5.x] - 4.5 dev-examples
> Builds and deploys fine.
> Examples that do not work:
> * -several examples (e.g. actionListener) produce "The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>"-
> * validation - fails because rf.rf4.ui.Message is not defined, the resource is not being included due to resource optimization
> * trees/rich:tree - missing …/javax.faces.resource/node_icon.gif.jsf?ln=org.richfaces
> * menus/rich:contextMenu and rich:dropDownMenu - not working, probably for the same reason as validators (missing proper javascript resource)
> * inputs/rich:inplaceInput - ditto
> * selects/rich:inplaceSelect - ditto
> * output/rich:tooltip - ditto
> When resource optimization some components (dataTables) are missing background image causing a badly generated CSS. {{background-image: url()}}
> h5. resource optimization turned off
> h6. Issue with Validator
> - org.richfaces.validator.FacesObjectDescriptor.getMessage()
> - collision between RF4.5 and RF5
> the interface is the same in both versions but the Message class is in different packages in the two
> h6. Issue with menus
> - org.richfaces.renderkit.html.MenuItemRendererBase.getUtils()
> - probably the same problem
--
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
11 years