[JBoss JIRA] (RF-12848) Error "source is not defined" after richfaces-jsf-event.js merge
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12848?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12848.
----------------------------
> Error "source is not defined" after richfaces-jsf-event.js merge
> ----------------------------------------------------------------
>
> Key: RF-12848
> URL: https://issues.jboss.org/browse/RF-12848
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.1
> Reporter: Torben Greiser
> Assignee: Lukáš Fryč
> Priority: Critical
> Labels: regression
> Fix For: 4.3.2, 5-Tracking
>
> Attachments: rf12848_1.xhtml
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Commit 9255380d626227d909bbcd59ea3bc604966ea5bb breaks the following jsf.ajax.request:
> {code}
> jsf.ajax.request("MyContainer:MySelectionForm", "valueChange", {});
> {code}
> In <a4j:log/> the following error is displayed:
> {code}
> richfaces.queue: ajax submit error: source is not defined
> {code}
> After inspecting richfaces.js I located the cause of the error:
> {code}
> var getFormElement = function(sourceElement) {
> if ($(sourceElement).is('form')) {
> return source;
> } else {
> return $('form').has(sourceElement).get(0);
> }
> };
> {code}
> First if-statement evaluates to true, returning source, which itself is not defined:
> {code}
> ReferenceError: source is not defined
> {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, 7 months
[JBoss JIRA] (RF-12848) Error "source is not defined" after richfaces-jsf-event.js merge
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12848?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12848:
----------------------------------
Verified with RichFaces 4.3.2.CR1. Closing.
> Error "source is not defined" after richfaces-jsf-event.js merge
> ----------------------------------------------------------------
>
> Key: RF-12848
> URL: https://issues.jboss.org/browse/RF-12848
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.1
> Reporter: Torben Greiser
> Assignee: Lukáš Fryč
> Priority: Critical
> Labels: regression
> Fix For: 4.3.2, 5-Tracking
>
> Attachments: rf12848_1.xhtml
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Commit 9255380d626227d909bbcd59ea3bc604966ea5bb breaks the following jsf.ajax.request:
> {code}
> jsf.ajax.request("MyContainer:MySelectionForm", "valueChange", {});
> {code}
> In <a4j:log/> the following error is displayed:
> {code}
> richfaces.queue: ajax submit error: source is not defined
> {code}
> After inspecting richfaces.js I located the cause of the error:
> {code}
> var getFormElement = function(sourceElement) {
> if ($(sourceElement).is('form')) {
> return source;
> } else {
> return $('form').has(sourceElement).get(0);
> }
> };
> {code}
> First if-statement evaluates to true, returning source, which itself is not defined:
> {code}
> ReferenceError: source is not defined
> {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, 7 months
[JBoss JIRA] (RF-12839) Toggle panels: ajax-related attributes do not work
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/RF-12839?page=com.atlassian.jira.plugin.s... ]
Jan Papousek closed RF-12839.
-----------------------------
> Toggle panels: ajax-related attributes do not work
> --------------------------------------------------
>
> Key: RF-12839
> URL: https://issues.jboss.org/browse/RF-12839
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> Metamer 4.3.2-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.3.Final-redhat-4
> JBoss AS 7.1.3.Final-redhat-4
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 25.0.1364.160 @ Linux x86_64
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.2
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richTab/simple.xhtml
> # set oncomplete to "alert('complete')"
> # switch to tab 2 and back to tab 1
> result:
> * alert should be diplayed but isn't
> * tabs are correctly switched
> * worked fine in 4.2.3.Final
> * several attributes don't work - onbegin, onbeforedomupdate, oncomplete, data, execute, immediate, render, limitRender, status
> * affected components: tab, toggle panel item, accordion item
--
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, 7 months
[JBoss JIRA] (RF-12943) ExtendedDataTable: filterType custom and clearing of filter input doesnt work correctly
by dako ak (JIRA)
[ https://issues.jboss.org/browse/RF-12943?page=com.atlassian.jira.plugin.s... ]
dako ak updated RF-12943:
-------------------------
Forum Reference: https://community.jboss.org/thread/224176
> ExtendedDataTable: filterType custom and clearing of filter input doesnt work correctly
> ---------------------------------------------------------------------------------------
>
> Key: RF-12943
> URL: https://issues.jboss.org/browse/RF-12943
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: Tomcat 7, Mojarra 2.1.21
> Reporter: dako ak
> Attachments: JSF2-RichFaces-Test.zip
>
>
> According to my appended test project:
> I have a simple extendedDataTable with one column (firstName) with a filter input component within the header. This is the default filter input created by the extendedDataTable. The second column (city) has a filterType="custom" and an inputText componenent within the header. The filterType attribute with value "custom" is ignored because the default input text is rendered too.
> The second problem with the input filter is that I can't clear this filter input text components by a a4j:commandButton. The table is correct filtered but the filter input text fields are not cleared.
--
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, 7 months
[JBoss JIRA] (RF-12827) Showcase - switching among dynamically created panels, tabs cease to function
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/RF-12827?page=com.atlassian.jira.plugin.s... ]
Jan Papousek closed RF-12827.
-----------------------------
> Showcase - switching among dynamically created panels, tabs cease to function
> -----------------------------------------------------------------------------
>
> Key: RF-12827
> URL: https://issues.jboss.org/browse/RF-12827
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes, showcase
> Affects Versions: 4.3.0.Final
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Fix For: 4.3.2
>
>
> Dynamically Tabs, Panels can not be switched after some working with them.
> It seems that they cease to function when the tab which was active after the form submission is revisited. It is working again after next form submission, but only till the new active tab is not clicked again.
> The following components are affected: rich:togglePanel, rich:tabPanel, rich:accordion.
--
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, 7 months
[JBoss JIRA] (RF-12849) Showcase - update readme - remove obsolete, add new
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12849?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12849.
----------------------------
Verified. Closing.
> Showcase - update readme - remove obsolete, add new
> ---------------------------------------------------
>
> Key: RF-12849
> URL: https://issues.jboss.org/browse/RF-12849
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: doc, showcase
> Affects Versions: 4.3.1
> Reporter: Juraj Húska
> Assignee: Juraj Húska
> Fix For: 4.3.2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> After rewriting showcase readme to markdown syntax I would update it for example with following:
> * reference to showcase online demo
> * remove publishing to GAE and put there publishing to Openshift instead
> * I would create small clickable TOC in the top of the page
> * remove deploying on JBoss AS 6 and maybe add deploying on EAP 6 (it is now available to download)
> * Mention JBDS as an option
--
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, 7 months
[JBoss JIRA] (RF-12850) Popup panel: button's label is invisible in IE10
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12850?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12850.
----------------------------
Verified. Closing.
> Popup panel: button's label is invisible in IE10
> ------------------------------------------------
>
> Key: RF-12850
> URL: https://issues.jboss.org/browse/RF-12850
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.3.Final, 4.3.0.Final, 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> EAP 6.0.1, Tomcat 6.0.32, Tomcat 7.0.35
> Mojarra 2.1.7, 2.1.17, MyFaces 2.1.10
> Internet Explorer 9, 10
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.3.2
>
> Attachments: buttonInPopupPanel.png
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> {code:xml}
> <rich:popupPanel id="panel" show="true" header="xxx">
> <h:commandButton id="button" value="Submit" />
> </rich:popupPanel>
> {code}
> If a page with code snippet above is opened in IE9/IE10, the label "Submit" of button is not displayed until mouse over event.
> Since it appears in all JSF implementations and on all runtime containers and works in browsers different from IE, it looks like a bug in IE interpretation of CSS classes.
> Sample works fine when header of popup panel is not displayed (i.e. header attribute isn't set and no facet is defined).
--
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, 7 months