[JBoss JIRA] (RF-13322) Tree: selectionchange event fired twice inside r:region
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13322:
----------------------------------
Summary: Tree: selectionchange event fired twice inside r:region
Key: RF-13322
URL: https://issues.jboss.org/browse/RF-13322
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tree
Affects Versions: 5.0.0.Alpha1, 4.3.4
Environment: RichFaces 4.3.4.Final-redhat-1
Metamer 4.3.5-…
[View More]SNAPSHOT
JBoss Application Server: Weld Integration 7.2.1.Final-redhat-10
JBoss AS 7.2.1.Final-redhat-10
Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
Chrome 30.0.1599.114 @ Linux x86_64
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richTree/simpleSwingTreeNo...
# set attribute onselectionchange=alert('changed')
# select first node in tree ("Europe")
result:
* alert is displayed twice
* you can also run Metamer tests
{code}
mvn clean verify -P jbossas-managed-7-1 -Dtest=TestTreeAttributes#testOnselectionchange -Dtemplates=a4jRegion
{code}
* all other templates work fine
--
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
[View Less]
11 years, 2 months
[JBoss JIRA] (RF-13308) Autocomplete: clientFilterFunction doesn't work in Firefox
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13308?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-13308.
-----------------------------
Resolution: Cannot Reproduce Bug
[~ppitonak], I have checked with Firefox 24 and 25 and everything works fine.
Could you please verify?
> Autocomplete: clientFilterFunction doesn't work in Firefox
> ----------------------------------------------------------
>
> Key: RF-13308
> URL: …
[View More]https://issues.jboss.org/browse/RF-13308
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, regression
> Affects Versions: 5.0.0.Alpha2
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> Mojarra 2.1.19
> EAP 6.1.1
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Firefox 24 @ Linux x86_64
> Reporter: Pavol Pitonak
> Assignee: Lukáš Fryč
> Priority: Critical
> Fix For: 5.0.0.Alpha2
>
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richAutocomplete/filtering...
> # set attribute mode to "client"
> # set attribute clientFilterFunction to "customClientFilterFunction"
> # type "no" to the autocomplete
> # select "Raleigh of North Carolina"
> # click outside of autocomplete in order to send selected value to the server
> # check that output contains "North Carolina"
> result:
> * works fine in Chrome 30
> * in Firefox 24, after you type "no", popup with suggestions is not displayed
> * works fine in RichFaces 4.3.4.Final
--
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
[View Less]
11 years, 2 months