[JBoss JIRA] (RF-13733) dataTable built-in sorting and filtering
by Martin Tomasek (JIRA)
[ https://issues.jboss.org/browse/RF-13733?page=com.atlassian.jira.plugin.s... ]
Martin Tomasek commented on RF-13733:
-------------------------------------
The tests to cover built-in sorting and filtering has been created. I also created test which cover this functionality in EDT. I updated documentation as well. Pull request:
[https://github.com/richfaces/richfaces-docs/pull/7]
There is one thing: We didn't use attribute sortType or filterType=custom in our dataTable which used custom filter in Metamer. But since DT support this feature then input fields for custom and built-in filter are displayed. We add tag filterType to disable built-in feature, but maybe some people (customers, community, developers) could be surprised why they have additional field in their tables. I believe that post in release note will be fine.
Finally issue [https://issues.jboss.org/browse/RF-13788] has been created.
> dataTable built-in sorting and filtering
> ----------------------------------------
>
> Key: RF-13733
> URL: https://issues.jboss.org/browse/RF-13733
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.7
> Reporter: Edward I
> Assignee: Brian Leathem
> Labels: gss, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> dataTable built-in sorting is still not implemented - only implemented in extendedDataTable so far. Is this still being planned?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13785) Component tree is not visited during RenderResponsePhase
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13785?page=com.atlassian.jira.plugin.s... ]
Michal Petrov updated RF-13785:
-------------------------------
Sprint: 4.5.0.Beta1 - Final Sprint
> Component tree is not visited during RenderResponsePhase
> --------------------------------------------------------
>
> Key: RF-13785
> URL: https://issues.jboss.org/browse/RF-13785
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3, 4.5.0.Beta1
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Priority: Blocker
> Fix For: 4.5.0.Beta1
>
>
> Consider please a form with multiple inputs inside {{popupPanel}}, which is configured to hide when there are no validation issues.
> *The issue is:* If the form is submitted e.g. with {{a4j:commandButton}}, then it hides even when there are some validation issues.
> {{PopupPanel}} has set {{oncomplete}} attribute to:
> {code:JavaScript}
> oncomplete="if (!#{facesContext.validationFailed}) { #{rich:component('popup')}.hide(); } "
> {code}
> {{facesContext.validationFailed}} is wrongly evaluated always to {{false}}.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13792) Rich notify, showShadow attribute not working
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13792?page=com.atlassian.jira.plugin.s... ]
Matej Novotny closed RF-13792.
------------------------------
Verified, it is working correctly now.
Closing issue.
> Rich notify, showShadow attribute not working
> ---------------------------------------------
>
> Key: RF-13792
> URL: https://issues.jboss.org/browse/RF-13792
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Environment: RichFaces 4.5.0-SNAPSHOT
> Metamer 4.5.0-SNAPSHOT
> Mojarra 2.2.6-jbossorg-4
> JBoss AS 8.1.0.Final
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 31.0 @ Linux x86_64
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Blocker
> Labels: component, regression
> Fix For: 4.5.0.Beta1
>
>
> When setting rich:notify attribute {{showShadow=true}} the component does not render at all.
> This can be reproduced with both - Metamer and Showcase. Please see steps to reproduce for more details.
> We already ahve this covered with a [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...].
> This issue affects {{rich:notify}}, {{rich:notifyMessage}} and {{rich:notifyMessages}} all of which are covered with tests. I marked all related tests as IssueTracking and put them to future group.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13792) Rich notify, showShadow attribute not working
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13792?page=com.atlassian.jira.plugin.s... ]
Michal Petrov resolved RF-13792.
--------------------------------
Assignee: Michal Petrov
Fix Version/s: 4.5.0.Beta1
Resolution: Done
I moved the browser detection to RichFaces but forgot to provide a reference to RichFaces in the jQuery plugin.
> Rich notify, showShadow attribute not working
> ---------------------------------------------
>
> Key: RF-13792
> URL: https://issues.jboss.org/browse/RF-13792
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Environment: RichFaces 4.5.0-SNAPSHOT
> Metamer 4.5.0-SNAPSHOT
> Mojarra 2.2.6-jbossorg-4
> JBoss AS 8.1.0.Final
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 31.0 @ Linux x86_64
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Blocker
> Labels: component, regression
> Fix For: 4.5.0.Beta1
>
>
> When setting rich:notify attribute {{showShadow=true}} the component does not render at all.
> This can be reproduced with both - Metamer and Showcase. Please see steps to reproduce for more details.
> We already ahve this covered with a [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...].
> This issue affects {{rich:notify}}, {{rich:notifyMessage}} and {{rich:notifyMessages}} all of which are covered with tests. I marked all related tests as IssueTracking and put them to future group.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13792) Rich notify, showShadow attribute not working
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13792?page=com.atlassian.jira.plugin.s... ]
Matej Novotny updated RF-13792:
-------------------------------
Description:
When setting rich:notify attribute {{showShadow=true}} the component does not render at all.
This can be reproduced with both - Metamer and Showcase. Please see steps to reproduce for more details.
We already ahve this covered with a [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...].
This issue affects {{rich:notify}}, {{rich:notifyMessage}} and {{rich:notifyMessages}} all of which are covered with tests. I marked all related tests as IssueTracking and put them to future group.
was:
When setting rich:notify attribute {{showShadow=true}} the component does not render at all.
This can be reproduced with both - Metamer and Showcase. Please see steps to reproduce for more details.
We already ahve this covered with a [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...].
> Rich notify, showShadow attribute not working
> ---------------------------------------------
>
> Key: RF-13792
> URL: https://issues.jboss.org/browse/RF-13792
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Environment: RichFaces 4.5.0-SNAPSHOT
> Metamer 4.5.0-SNAPSHOT
> Mojarra 2.2.6-jbossorg-4
> JBoss AS 8.1.0.Final
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 31.0 @ Linux x86_64
> Reporter: Matej Novotny
> Priority: Blocker
> Labels: component, regression
>
> When setting rich:notify attribute {{showShadow=true}} the component does not render at all.
> This can be reproduced with both - Metamer and Showcase. Please see steps to reproduce for more details.
> We already ahve this covered with a [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...].
> This issue affects {{rich:notify}}, {{rich:notifyMessage}} and {{rich:notifyMessages}} all of which are covered with tests. I marked all related tests as IssueTracking and put them to future group.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13792) Rich notify, showShadow attribute not working
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13792?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13792:
----------------------------------
On the browser console there is an error thrown:
{code:JavaScript}
ReferenceError: rf is not defined
if(K.pnotify_shadow&&!rf.browser.msie){O.shadow_container=D("<div />",{"class":"...
{code}
> Rich notify, showShadow attribute not working
> ---------------------------------------------
>
> Key: RF-13792
> URL: https://issues.jboss.org/browse/RF-13792
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Environment: RichFaces 4.5.0-SNAPSHOT
> Metamer 4.5.0-SNAPSHOT
> Mojarra 2.2.6-jbossorg-4
> JBoss AS 8.1.0.Final
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 31.0 @ Linux x86_64
> Reporter: Matej Novotny
>
> When setting rich:notify attribute {{showShadow=true}} the component does not render at all.
> This can be reproduced with both - Metamer and Showcase. Please see steps to reproduce for more details.
> We already ahve this covered with a [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...].
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months