[JBoss JIRA] (RF-12673) Collapsible sub table: filtering doesn't work inside switchable panels
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12673?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12673:
-------------------------------
Sprint: 4.3.0.CR1 - Regression Fixes
> Collapsible sub table: filtering doesn't work inside switchable panels
> ----------------------------------------------------------------------
>
> Key: RF-12673
> URL: https://issues.jboss.org/browse/RF-12673
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables, regression
> Affects Versions: 4.3.0.M3
> Environment: RichFaces 4.3.0.20121214-M3
> Metamer 4.3.0.20121214-M3
> Mojarra 2.1.7 (bundled in AS)
> JBoss AS 7.1.2.Final-redhat-1
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 23.0.1271.97 @ Linux x86_64
> Reporter: Pavol Pitonak
> Priority: Critical
> Fix For: 4.3.0.CR1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/fi...
> # set attribute rows to 0
> # type "Alexander" into input in first column ("Name")
> result:
> * table shows 159 result but only 10 should be visible (those containing "Alexander")
> * worked fine in 4.3.0.M2
> * doesn't work in all switchable panels - _rich:accordion_, _rich:tabPanel_, _rich:togglePanel_ and _rich:collapsiblePanel_
--
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
13 years, 4 months
[JBoss JIRA] (RF-12672) Collapsible sub table: noData facet doesn't work inside switchable panels
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12672?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12672:
-------------------------------
Sprint: 4.3.0.CR1 - Regression Fixes
> Collapsible sub table: noData facet doesn't work inside switchable panels
> -------------------------------------------------------------------------
>
> Key: RF-12672
> URL: https://issues.jboss.org/browse/RF-12672
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output, component-tables, regression
> Affects Versions: 4.3.0.M3
> Environment: RichFaces 4.3.0.20121214-M3
> Metamer 4.3.0.20121214-M3
> Mojarra 2.1.7
> JBoss AS 7.1.2.Final-redhat-1
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 23.0.1271.97 @ Linux x86_64
> Reporter: Pavol Pitonak
> Fix For: 4.3.0.CR1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/fa...
> # set noData facet to whichever non-empty value you want
> # click "Show data in table" checkbox
> result:
> * table should contain 2 subtables, each with red text defined in noData facet
> * worked fine in RichFaces 4.3.0.M2
> * doesn't work in all switchable panels: _rich:tabPanel_, _rich:accordion_ and _rich:togglePanel_
--
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
13 years, 4 months
[JBoss JIRA] (RF-12671) dropTarget does not work inside dynamic tabs when switchType is ajax or server
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12671?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12671:
-------------------------------
Fix Version/s: 4.3.0.CR1
> dropTarget does not work inside dynamic tabs when switchType is ajax or server
> ------------------------------------------------------------------------------
>
> Key: RF-12671
> URL: https://issues.jboss.org/browse/RF-12671
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.0.M3
> Reporter: Ken H
> Fix For: 4.3.0.CR1
>
>
> The following works fine:
> {code}
> <rich:tabPanel switchType="client">
> <a4j:repeat value="#{bean.thingsToIterate}" var="thing">
> <rich:tab header="Tab #{thing}">
> <rich:panel style="width: 100px;">
> <rich:dragSource dragValue="drag-#{thing}" type="term" />
> drag #{thing}
> </rich:panel>
> <rich:panel style="width: 100px;">
> <rich:dropTarget dropValue="drop-#{thing}" acceptedTypes="term" dropListener="#{bean.processDrop}" execute="@form" render="@form" />
> drop #{thing}
> </rich:panel>
> </rich:tab>
> </a4j:repeat>
> </rich:tabPanel>
> public void processDrop(DropEvent evt) {
> log.info("processDrop called - dragVal: "+evt.getDragValue()+", dropVal: "+evt.getDropValue());
> }
> {code}
> However, changing the switch type to ajax or server results in processDrop not being called. The POST data appears to be identical.
--
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
13 years, 4 months
[JBoss JIRA] (RF-10657) Autocomplete - wrongly handles input for options which contain one of tokens
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-10657?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-10657:
------------------------------------
This sounds like it will require significant modification to the autocomplete client-code. Rather than re-write our custom component, let's address this with RFSBOX-55, the new autocomplete client-side implementation.
> Autocomplete - wrongly handles input for options which contain one of tokens
> ----------------------------------------------------------------------------
>
> Key: RF-10657
> URL: https://issues.jboss.org/browse/RF-10657
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.0.0.CR1
> Environment: RichFaces 4.0.0.20110227-CR1 r.21967
> Metamer 4.0.0.20110228-CR1 r.21993
> Apache MyFaces JSF-2.0 Core Impl 2.0.4
> JBoss AS 6.0.0.Final
> OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
> Chrome 9.0.597.107 @ Linux x86_64
> Reporter: Lukáš Fryč
> Fix For: 5-Future
>
>
--
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
13 years, 4 months
[JBoss JIRA] (RF-11067) rich:autocomplete popups with suggestions does not reflect the value in input
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11067?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-11067:
------------------------------------
This only happens the first time you type into an input. The 2nd time it receives focus+typing it works fine.
> rich:autocomplete popups with suggestions does not reflect the value in input
> -----------------------------------------------------------------------------
>
> Key: RF-11067
> URL: https://issues.jboss.org/browse/RF-11067
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, mobile, showcase
> Affects Versions: 4.1.0.Milestone1
> Environment: richfaces-showcase
> commit 4a534c358ff5903429609ff065fc27bae6fec2c0
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Fix For: 5-Tracking
>
>
> In richfaces-showcase, demo for rich:autocomplete, sample Custom Popup Layouts, popup with suggestions does not reflect what is typed in the input, it always shows the first row of suggestion.
> For example when I type v, it should render popup with suggestion Vermont, but instead of it suggest Alabama.
> This is corrected when something is chosen, for example Alabama, then suggestions work properly.
--
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
13 years, 4 months
[JBoss JIRA] (RF-11067) rich:autocomplete popups with suggestions does not reflect the value in input
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11067?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11067:
-------------------------------
Fix Version/s: 4.3.0.CR1
(was: 5-Tracking)
> rich:autocomplete popups with suggestions does not reflect the value in input
> -----------------------------------------------------------------------------
>
> Key: RF-11067
> URL: https://issues.jboss.org/browse/RF-11067
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, mobile, showcase
> Affects Versions: 4.1.0.Milestone1
> Environment: richfaces-showcase
> commit 4a534c358ff5903429609ff065fc27bae6fec2c0
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Fix For: 4.3.0.CR1
>
>
> In richfaces-showcase, demo for rich:autocomplete, sample Custom Popup Layouts, popup with suggestions does not reflect what is typed in the input, it always shows the first row of suggestion.
> For example when I type v, it should render popup with suggestion Vermont, but instead of it suggest Alabama.
> This is corrected when something is chosen, for example Alabama, then suggestions work properly.
--
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
13 years, 4 months