[JBoss JIRA] Created: (RF-7041) Validator method is not triggered in calendar component
by Kuba Stepniak (JIRA)
Validator method is not triggered in calendar component
-------------------------------------------------------
Key: RF-7041
URL: https://jira.jboss.org/jira/browse/RF-7041
Project: RichFaces
Issue Type: Bug
Components: component-drag/drop
Affects Versions: 3.3.0
Environment: ie 7, opera 9.6x, firefox 3.x, Spring
Reporter: Kuba Stepniak
1. Create validator class with proper validation method like
public void validate(FacesContext context, UIComponent component, Object value)
2. Point to created validation method in valiadtor attribute of calendar component like
<rich:calendar id="calendarComponent" validator="#{someValidator.validate}">
3. Set some date in this calendar component
4. Submit form with calendar component.
Result:
method is not triggered.
--
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
15 years, 6 months
[JBoss JIRA] Created: (RF-6561) rich page: different align for content of component "header" and "footer" facets.
by Mikhail Vitenkov (JIRA)
rich page: different align for content of component "header" and "footer" facets.
---------------------------------------------------------------------------------
Key: RF-6561
URL: https://jira.jboss.org/jira/browse/RF-6561
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: IE6, IE7, FF 3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1-BETA1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Use following code:
<rich:page sidebarPosition="left"
sidebarWidth="1400" width="1400">
<f:facet name="header">
<h:outputText value="HEADER" />
</f:facet>
<f:facet name="sidebar">
<rich:layout>
...
</rich:layout>
</f:facet>
<f:facet name="footer">
<h:outputText value="FOOTER" />
</f:facet>
</rich:page>
#2. Navigate to the page and verify "footer" and "header" content align.
Actual behavior:
Header content have "left" align.
Footer content have "center" align.
--
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
15 years, 6 months
[JBoss JIRA] Created: (RF-7017) realworld/images: Incorrect behaviour of Add images icon
by Inna Shchibrya (JIRA)
realworld/images: Incorrect behaviour of Add images icon
--------------------------------------------------------
Key: RF-7017
URL: https://jira.jboss.org/jira/browse/RF-7017
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.1
Environment: All browsers
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
1. Open the application.
2. Register like new user.
3. Create two shelves.
4. Click on Add images icon. --> An error message doesn't appear.
5. Create the album in the one of the shelves.
6. Click on the any shelf in the tree.
7. Click on Add images icon. --> File upload page doesn't open .
Expected result: If user didn't create any album and clicked on Add images icon, an error message should appeared. If user created an album and clicked on Add images icon, File upload page should opened.
--
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
15 years, 6 months