[JBoss JIRA] (RF-13387) rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13387?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13387.
--------------------------------
Assignee: Brian Leathem
Resolution: Done
> rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
> -------------------------------------------------------------------------------------
>
> Key: RF-13387
> URL: https://issues.jboss.org/browse/RF-13387
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Priority: Blocker
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
> It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
> Regular {{h:commandButton}} submitting works correctly.
> JS error being logged in browser console:
> {code}
> TypeError: component.detach is not a function
> component.detach(source);
> {code}
--
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-13387) rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13387?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13387:
-------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
> rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
> -------------------------------------------------------------------------------------
>
> Key: RF-13387
> URL: https://issues.jboss.org/browse/RF-13387
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Priority: Blocker
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
> It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
> Regular {{h:commandButton}} submitting works correctly.
> JS error being logged in browser console:
> {code}
> TypeError: component.detach is not a function
> component.detach(source);
> {code}
--
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-13387) rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13387?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13387:
-------------------------------
Summary: rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets (was: pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList)
> rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
> -------------------------------------------------------------------------------------
>
> Key: RF-13387
> URL: https://issues.jboss.org/browse/RF-13387
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Fix For: 5.0.0.Alpha2
>
>
> When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
> It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
> Regular {{h:commandButton}} submitting works correctly.
> JS error being logged in browser console:
> {code}
> TypeError: component.detach is not a function
> component.detach(source);
> {code}
--
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-13387) rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13387?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13387:
-------------------------------
Priority: Blocker (was: Major)
> rf.cleanComponent method is incorrectly operating on jQuery UI Widget factory widgets
> -------------------------------------------------------------------------------------
>
> Key: RF-13387
> URL: https://issues.jboss.org/browse/RF-13387
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Priority: Blocker
> Fix For: 5.0.0.Alpha2
>
>
> When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
> It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
> Regular {{h:commandButton}} submitting works correctly.
> JS error being logged in browser console:
> {code}
> TypeError: component.detach is not a function
> component.detach(source);
> {code}
--
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-13387) pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13387?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13387:
------------------------------------
This error was introduced with the resolution of RF-13381
> pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList
> ----------------------------------------------------------------------------------------------
>
> Key: RF-13387
> URL: https://issues.jboss.org/browse/RF-13387
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Fix For: 5.0.0.Alpha2
>
>
> When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
> It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
> Regular {{h:commandButton}} submitting works correctly.
> JS error being logged in browser console:
> {code}
> TypeError: component.detach is not a function
> component.detach(source);
> {code}
--
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-13387) pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13387?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13387:
-------------------------------
Fix Version/s: 5.0.0.Alpha2
> pickList: when nested in r:outputPanel with ajaxRendered=true, then submitting breaks pickList
> ----------------------------------------------------------------------------------------------
>
> Key: RF-13387
> URL: https://issues.jboss.org/browse/RF-13387
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Fix For: 5.0.0.Alpha2
>
>
> When {{pickList}} is nested in {{<r:outputPanel ajaxRendered="true"> }} then ajax submitting breaks the pickList.
> It seems like the ajax response is being stuck and it is not completed correctly. (Firebug shows request completed correctly with 200, but there is no response, also the metamer ajax activity indicator stills displays WORKING like there is still an ajax request).
> Regular {{h:commandButton}} submitting works correctly.
> JS error being logged in browser console:
> {code}
> TypeError: component.detach is not a function
> component.detach(source);
> {code}
--
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-13356) DataTable: row height strechted to 100% of the table height
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13356?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13356:
-------------------------------
Assignee: Pavol Pitonak (was: Brian Leathem)
> DataTable: row height strechted to 100% of the table height
> -----------------------------------------------------------
>
> Key: RF-13356
> URL: https://issues.jboss.org/browse/RF-13356
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.3, 5.0.0.Alpha1
> Reporter: Anton Bogoslavskyi
> Assignee: Pavol Pitonak
> Attachments: edt.png, extended-screen1.png, extended-screen2.png, screen1.png, screen2.png
>
>
> The same as in the parent issue:
> Instead of having fixed row height and blank space if not enough rows to fill the entire table height, the rows are stretched to fill the entire table height. For instance with an extended data table of 500px height and 2 rows, each row is approximately 250px height (minus the height of the header, borders and cell spacing).
--
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-13356) DataTable: row height strechted to 100% of the table height
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13356?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13356:
------------------------------------
[~ppitonak] please clarify what was re-produced (this jira conflates several issues).
> DataTable: row height strechted to 100% of the table height
> -----------------------------------------------------------
>
> Key: RF-13356
> URL: https://issues.jboss.org/browse/RF-13356
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.3, 5.0.0.Alpha1
> Reporter: Anton Bogoslavskyi
> Assignee: Brian Leathem
> Attachments: edt.png, extended-screen1.png, extended-screen2.png, screen1.png, screen2.png
>
>
> The same as in the parent issue:
> Instead of having fixed row height and blank space if not enough rows to fill the entire table height, the rows are stretched to fill the entire table height. For instance with an extended data table of 500px height and 2 rows, each row is approximately 250px height (minus the height of the header, borders and cell spacing).
--
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-13343) Page Fragments: Re-implement setupFragmentFromWidget() methods using component options access
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13343?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13343:
-------------------------------
Component/s: (was: qe)
> Page Fragments: Re-implement setupFragmentFromWidget() methods using component options access
> ---------------------------------------------------------------------------------------------
>
> Key: RF-13343
> URL: https://issues.jboss.org/browse/RF-13343
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: page-fragments
> Affects Versions: 5.0.0.Alpha2
> Reporter: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> As we have discussed in RF-13335, we have two options available for accessing component options:
> * component uses {{BaseComponent}} (RF4 components)
> {code}
> RichFaces.component("j_idt108").options
> {code}
> * component uses {{jQuery UI Widget Factory}} (RF5 components)
> {code}
> $(document.getElementById("j_idt163:j_idt165Input")).autocomplete("option", "autoFocus")
> {code}
> We can use WebDriver's {{JavascriptExecutor}} to access widget settings.
--
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