[JBoss JIRA] Created: (RF-9727) Using rich:editor + spellchecker plugin + a4j:poll doesn't work right
by Chris Dollar (JIRA)
Using rich:editor + spellchecker plugin + a4j:poll doesn't work right
---------------------------------------------------------------------
Key: RF-9727
URL: https://jira.jboss.org/browse/RF-9727
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, component-push/poll
Affects Versions: 3.3.3.Final
Environment: Linux, JBoss 4.2.2.GA, Richfaces-3.3.3.Final
Reporter: Chris Dollar
Using the "spellchecker" plugin for the rich:editor (which is distributed with the RF library) does not work correctly when used on a page that contains an a4j:poll. When the a4j:poll action fires any spellcheck information in the rich:editor is lost. The forum link listed has more details about the issue and how the spellchecker plugin is supposed to work.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (RF-3632) Lost input focus after rerendering parent form
by Benno Markiewicz (JIRA)
Lost input focus after rerendering parent form
----------------------------------------------
Key: RF-3632
URL: http://jira.jboss.com/jira/browse/RF-3632
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: RF 3.2.1.CR3
IE 6
Firefox 2.0.0.11
Java 1.5.0_15
jetty-6.1.9
WinXP SP2
Reporter: Benno Markiewicz
A control within a parent form looses its focus when the parent form is rerendered. The rerendering was forced by an event fired from the child control. See the source (based on http://livedemo.exadel.com/richfaces-demo/richfaces/support.jsf?c=support)
<h:form id="myform">
<h:panelGrid columns="2">
<h:inputText id="myinput" value="#{userBean.name}">
<a4j:support event="onkeyup" reRender="myform" />
</h:inputText>
<h:outputText id="outtext" value="#{userBean.name}" />
</h:panelGrid>
</h:form>
Notice the difference. Instead of "outtext" "myform" will be rerendered.
Background: You have a detail form with several components. Every control on the form changes the internal state. The view represents the actual state, so the whole form has to be rerendered. But when you rerender the parent form, the focus/selection state of the actual component is lost.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (RF-10434) CSV: validatorMessage defined at component not influece the message for client validation.
by Ilya Shaikovsky (JIRA)
CSV: validatorMessage defined at component not influece the message for client validation.
------------------------------------------------------------------------------------------
Key: RF-10434
URL: https://issues.jboss.org/browse/RF-10434
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Ilya Shaikovsky
Assignee: Alexander Smirnov
<h:inputText value="#{userBean.email}" id="email" validatorMessage="bad email">
<f:validateRegex pattern="^(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+([;.](([a-zA-Z0-9_\-\.]+)(a)([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+)*$"></f:validateRegex>
<rich:validator />
</h:inputText>
Bad email will appears only if server validation invoked.
but JSR-303 validators message works fine.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months