[JBoss JIRA] (RF-12642) richfaces.js: fire ajaxbegin and ajaxbeforedomupdate events
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12642:
-------------------------------
Summary: richfaces.js: fire ajaxbegin and ajaxbeforedomupdate events
Key: RF-12642
URL: https://issues.jboss.org/browse/RF-12642
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: core
Reporter: Lukáš Fryč
Fix For: 4.3.0.M3
Those events will form the lifecycle of AJAX-submission together with {{ajaxsubmit}}.
The meaning of events are as follows:
* {{ajaxsubmit}} - right before JSF AJAX request is triggered
* {{ajaxbegin}} - when JSF starts to communicate, it means when jsf.ajax.request asynchronous method ended
* {{ajaxbeforedomupdate}} - right before JSF AJAX request will update DOM
{{ajaxbegin}} and {{ajaxbeforedomupdate}} are executed before user-defined {{onbegin}} and {{onbeforedomupdate}} event handlers
--
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, 11 months
[JBoss JIRA] (RF-12617) Merge richfaces-jsf-event.js with richfaces.js
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12617:
-------------------------------
Summary: Merge richfaces-jsf-event.js with richfaces.js
Key: RF-12617
URL: https://issues.jboss.org/browse/RF-12617
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: core
Reporter: Lukáš Fryč
{{richfaces-jsf-event.js}} contains interceptor for {{jsf.ajax.request}} which brings event re-targeting {{javax.faces.source}} (RF-12616) and also support for {{ajaxsubmit}} form event.
{{ajaxsubmit}} was brought in {{rich:editor}} implementation and is currently used additionally in {{rich:focus}}.
I suggest to merge {{richfaces-jsf-event.js}} to {{richfaces.js}}.
This feature would desire JS unit tests.
Don't forget to remove references to {{richfaces-jsf-event.js}}.
--
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, 11 months
[JBoss JIRA] (RF-12640) Showcase - rename focus samples to comply camel case convention
by Juraj Húska (JIRA)
Juraj Húska created RF-12640:
--------------------------------
Summary: Showcase - rename focus samples to comply camel case convention
Key: RF-12640
URL: https://issues.jboss.org/browse/RF-12640
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.3.0.M3
Reporter: Juraj Húska
Assignee: Juraj Húska
Priority: Trivial
Please see the summary. It is needed to run showcase tests which depend on it and also to have unified naming through whole showcase.
--
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, 11 months
[JBoss JIRA] (RF-12641) Rich:focus support for mobile devices
by Juraj Húska (JIRA)
Juraj Húska created RF-12641:
--------------------------------
Summary: Rich:focus support for mobile devices
Key: RF-12641
URL: https://issues.jboss.org/browse/RF-12641
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-misc
Affects Versions: 4.3.0.M3
Reporter: Juraj Húska
The current implementation of {{rich:focus}} works for desktop browsers only.
It would be nice to have support for mobile devices as well.
Possible support is to make mobile browser to focus wished input together with showing the keyboard.
--
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, 11 months
[JBoss JIRA] (RF-12594) rich:calendar defaultText causes conversion error if not populate.
by Justin Rosenberg (JIRA)
Justin Rosenberg created RF-12594:
-------------------------------------
Summary: rich:calendar defaultText causes conversion error if not populate.
Key: RF-12594
URL: https://issues.jboss.org/browse/RF-12594
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.3.0.M2, 4.2.3.Final, 4.2.2.Final
Reporter: Justin Rosenberg
If the defaultText attribute is set for a rich:calendar object and no value is entered, a conversion error occurs. It seems like the submission is trying to parse the defaultText value into a date.
--
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, 11 months
[JBoss JIRA] (RF-12623) rich:placeholder: not working with rich inplaceInput and inplaceSelect
by Jiří Štefek (JIRA)
Jiří Štefek created RF-12623:
--------------------------------
Summary: rich:placeholder: not working with rich inplaceInput and inplaceSelect
Key: RF-12623
URL: https://issues.jboss.org/browse/RF-12623
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Reporter: Jiří Štefek
There is no placeholder displayed in rich:inplaceInput.
In rich:inplaceSelect placeholder just don't work as expected. The placeholder message is displayed after you click in this component and then outside without selecting anything.
--
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, 11 months
[JBoss JIRA] Created: (RF-10958) Unnecessary attributes in message component
by Jan Jamrich (JIRA)
Unnecessary attributes in message component
-------------------------------------------
Key: RF-10958
URL: https://issues.jboss.org/browse/RF-10958
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk, component
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.22442
Metamer 4.1.0-SNAPSHOT r.22441
Mojarra 2.0.4-b09
Apache Tomcat 6.0.29
Java(TM) SE Runtime Environment 1.6.0_19-b04 @ Linux
Chrome 12.0.718.0 @ Linux i686
Reporter: Jan Jamrich
There are some unnecessary attributes in faces-config.xml for rich:message component, such as: rendererType, rendersChildren. childCount, children, family, facets.
These attributes doesn't occurs in rich:messages component as well.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months