[JBoss JIRA] Created: (RF-4034) Validator: message from bundle does not pass to annotation.
by Alexander Dubovsky (JIRA)
Validator: message from bundle does not pass to annotation.
-----------------------------------------------------------
Key: RF-4034
URL: https://jira.jboss.org/jira/browse/RF-4034
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: 3.2.2.BETA2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Attachments: 10.png
Source of page:
<rich:panel>
<f:facet name="header">
<h:outputText>Single input field with label and message. Validated by AJAX on every changing.</h:outputText>
</f:facet>
<h:outputLabel for="ltext" value="#{lengthBean.textDescription}" />
<h:inputText id="ltext" value="#{lengthBean.text}">
<rich:ajaxValidator event="onchange" />
</h:inputText>
<rich:message for="ltext" showDetail="true" showSummary="true" />
</rich:panel>
Annotation from bean:
@Length(max=10,min=4,message="{sizeFailure} !!!")
private String text;
Message from bundle:
sizeFailure=correct range is {min}-{max}
___
# Open page with validated input
# Input only one character
Result: validation error as on attached screen
Expected result: validation error "correct range is 4-10 !!!"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (RF-4078) inplaceInput and inplaceSelect: components are displayed incorrectly after increased increasing font size in the IE 6, 7
by Tatyana Romanovich (JIRA)
inplaceInput and inplaceSelect: components are displayed incorrectly after increased increasing font size in the IE 6, 7
------------------------------------------------------------------------------------------------------------------------
Key: RF-4078
URL: https://jira.jboss.org/jira/browse/RF-4078
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
jsp, facelets
test-application
Tomcat 6
IE 6,7
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Priority: Minor
1. Go to the test application in the IE 6
2. Press and hold Ctrl key and scroll down mouse scroll (font size should be increased)
3. Select inplaceInput or InplaceSelect component, click to edit value
4. Verify font size in the edit cell
FAILURE: it's less than other text (see attached screen)
1. Go to the test application in the IE 7
2. Press and hold Ctrl key and scroll down mouse scroll (font size should be increased)
3. Select inplaceInput or InplaceSelect component, click to edit value
FAILURE: component was shofted outside of text line, dropdown list for inplaceSelect displays too far off.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (RF-4061) contextMenu: contextMenu for another parent displays for parent with other contextMenu
by Tatyana Romanovich (JIRA)
contextMenu: contextMenu for another parent displays for parent with other contextMenu
--------------------------------------------------------------------------------------
Key: RF-4061
URL: https://jira.jboss.org/jira/browse/RF-4061
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Create tested application with two examples for context menu: firs example: parent component has one contextMenu, second: parent component has second contextMenu:
<h:outputText id="text1" value="Some text with context menu1">
<rich:contextMenu>
<rich:menuItem value="a">
<f:param name="cmdParam" value="a" />
</rich:menuItem>
</rich:contextMenu>
</h:outputText>
<h:outputText id="text2" value="Some text with context menu2">
<rich:contextMenu>
<rich:menuItem value="b">
<f:param name="cmdParam" value="b" />
</rich:menuItem>
</rich:contextMenu>
</h:outputText>
2. Run application on the server
3. Try to call context menu for each example
FAILURE: the last context menu appears for both parents
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (RF-4086) progressBar: all events except oncomplete don't work
by Tatyana Romanovich (JIRA)
progressBar: all events except oncomplete don't work
----------------------------------------------------
Key: RF-4086
URL: https://jira.jboss.org/jira/browse/RF-4086
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
jsf, facelets
Tomcat 6
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Go to the test-application
2. Select progressBar
3. Click test events button
4. Try to call all existing events for progressBar
FAILURE: they don't work. All events (onclick, ondblclick, onmouseover, onbeforedomupdate, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseup, onsubmit) except oncomplete don't work.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months