[JBoss JIRA] Created: (RF-11004) Slider: JavaScript error with f:ajax
by Pavol Pitonak (JIRA)
Slider: JavaScript error with f:ajax
------------------------------------
Key: RF-11004
URL: https://issues.jboss.org/browse/RF-11004
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT
Metamer 4.1.0-SNAPSHOT r.22511
Mojarra 2.0.3-b05
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 11.0.696.71 @ Linux i686
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richInputNumberSlider/fAja...
# slide on slider
result:
*Uncaught ReferenceError: mojarra is not defined* fAjax.xhtml:668
*RichFaces.ui.InputNumberSlider.onchange* fAjax.xhtml:668
*richfaces.ui.InputNumberSlider.richfaces.BaseComponent.extendClass.__setValue* inputNumberSlider.js:112
*richfaces.ui.InputNumberSlider.richfaces.BaseComponent.extendClass.__mousemoveHandler* inputNumberSlider.js:192
*richfaces.ui.InputNumberSlider.richfaces.BaseComponent.extendClass.__mousedownHandler* inputNumberSlider.js:179
*jQuery.jQuery.extend.proxy.proxy* jquery.js:768
*jQuery.event.handle* jquery.js:2562
*jQuery.event.add.elemData.handle.eventHandle* jquery.js:2201
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-11568) Collapsible panel: toggleListener doesn't work inside iteration components
by Pavol Pitonak (Created) (JIRA)
Collapsible panel: toggleListener doesn't work inside iteration components
--------------------------------------------------------------------------
Key: RF-11568
URL: https://issues.jboss.org/browse/RF-11568
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.1.0.Milestone3
Environment: RichFaces 4.1.0-SNAPSHOT
Metamer 4.1.0-SNAPSHOT r.22819
JBoss Web 7.0.2.Final (Mojarra 2.1.3)
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Chrome 14.0.835.202 @ Linux i686, Firefox 7.0.1
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
# collapse the panel and verify that string "* panel collapsed" appeared in the page header
# expand the panel and verify that string "* panel expanded" appeared in the page header
# open the same page in iteration component (e.g. richList)
# collapse the panel and verify that string "* panel collapsed" appeared in the page header
# expand the panel and verify that string "* panel expanded" appeared in the page header
result:
listener is called only for collapsed panel, not for expanded panel
the component behaves wrong only in following templates:
* a4jRepeat
* richCollapsibleSubTable
* richDataGrid
* richDataTable
* richExtendedDataTable
* richList
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-10780) Button with action and control behaviors only trigger control
by Lukas Fryc (JIRA)
Button with action and control behaviors only trigger control
-------------------------------------------------------------
Key: RF-10780
URL: https://issues.jboss.org/browse/RF-10780
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Affects Versions: 4.0.0.Final
Environment: * RichFaces 4.0.0-SNAPSHOT r.22262
* Mojarra 2.0.4-b09
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.15 @ Linux x86_64
Reporter: Lukas Fryc
Have following buttons:
{code:XML}
<a4j:commandButton value="Button with action and component control" action="#{richBean.dummyAction}">
<rich:componentControl event="click" target="popupPanel" operation="show" />
</a4j:commandButton>
<h:commandButton value="Button with action and component control" action="#{richBean.dummyAction}">
<rich:componentControl event="click" target="popupPanel" operation="show" />
<f:ajax event="click" />
</h:commandButton>
<rich:popupPanel id="popupPanel" />
{code}
Both of them triggers control (show popup) but do not process AJAX request and given action.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-10697) Popup Panel - @keepVisualState does not work
by Lukas Fryc (JIRA)
Popup Panel - @keepVisualState does not work
--------------------------------------------
Key: RF-10697
URL: https://issues.jboss.org/browse/RF-10697
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
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: Lukas Fryc
Fix @keepVisualState attribute or remove it from taglib.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-11666) Manage dependencies across whole framework
by Lukáš Fryč (Created) (JIRA)
Manage dependencies across whole framework
------------------------------------------
Key: RF-11666
URL: https://issues.jboss.org/browse/RF-11666
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.1.0.CR1
Reporter: Lukáš Fryč
(Issue originally requested by Marek Novotny)
There are lot of dependencies with versions managed on low-level POMs, e.g.:
Search across project has found following (approximately, includes false positives):
{code}
./checkstyle/pom.xml
./shade-transformers/pom.xml
./core/impl/pom.xml
./core/api/pom.xml
./build/dist/pom.xml
./dev-examples/dnd-demo/pom.xml
./dev-examples/input-demo/pom.xml
./dev-examples/iteration-demo/pom.xml
./dev-examples/output-demo/pom.xml
./dev-examples/parent/pom.xml
./dev-examples/irc-client/pom.xml
./dev-examples/push-demo/pom.xml
./components/output/ui/pom.xml
./components/dnd/ui/pom.xml
./components/dnd/api/pom.xml
./components/validator/ui/pom.xml
./components/dist/static-resources/pom.xml
./components/dist/richfaces-components-ui/pom.xml
./components/input/ui/pom.xml
./components/parent/pom.xml
./components/pom.xml
./showcase/pom.xml
./archetype-simpleapp/src/main/resources/archetype-resources/pom.xml
./archetype-simpleapp/pom.xml
./cdk/maven-javascript-plugin/pom.xml
./cdk/maven-cdk-plugin/pom.xml
./cdk/generator/pom.xml
{code}
For {{jsf-test}}:
{code}
./jsf-test/jsf-mockito/pom.xml
./jsf-test/stage/pom.xml
./jsf-test/mock/pom.xml
./jsf-test/maven-mockgenerator-plugin/pom.xml
./jsf-test/jsf-test-htmlunit/pom.xml
./jsf-test/scriptunit/pom.xml
./jsf-test/jetty/pom.xml
{code}
It would be beneficial having one place managing these dependencies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-10682) Column - @width does not have any effect
by Lukas Fryc (JIRA)
Column - @width does not have any effect
----------------------------------------
Key: RF-10682
URL: https://issues.jboss.org/browse/RF-10682
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22025
Metamer 4.0.0-SNAPSHOT r.22035
Mojarra 2.0.4-b09
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 9.0.597.107 @ Linux x86_64
Reporter: Lukas Fryc
Please check Metamer's Column sample - I found that attribute list is quite stale and after its update identified following problem:
@width doesn't change column's width (used "500" and "500px" values)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-11194) rich:editor - add ondirty event handler
by Lukáš Fryč (JIRA)
rich:editor - add ondirty event handler
---------------------------------------
Key: RF-11194
URL: https://issues.jboss.org/browse/RF-11194
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
This handler will trigger everytime the editing content will be changed, so it would be possible to trigger events.
Particular use case:
{code:XML}
<rich:editor>
<a4j:attachQueue delay="5000" />
<a4j:ajax event="dirty" />
</rich:editor>
{code}
This will make editor to save content each 5 seconds after changing the content.
This event handler differs from onchange, because onchange is fired only when blurring the editor with changed content (this behavior is aligned with other standard input components).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months