[JBoss JIRA] (RF-12793) Photoalbum improvements
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12793?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12793:
----------------------------
Fix Version/s: 5.0.0.Alpha2
(was: 5-Tracking)
> Photoalbum improvements
> -----------------------
>
> Key: RF-12793
> URL: https://issues.jboss.org/browse/RF-12793
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: examples
> Reporter: Burr Sutter
> Assignee: Michal Petrov
> Fix For: 5.0.0.Alpha2
>
>
> Suggested improvements for the photoalbum demo, making it into an app that specializes in associating photos with an event:
> * Event focused content
> * Social login
> * Small mobile app that allows for uploading of pictures taken during an event (in real-time).
> * Sharing of photos with people at the same event
> * Sharing of photos from Photoalbum to FB.
> * Sharing of photos from Facebook to Photoalbum
--
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
12 years, 8 months
[JBoss JIRA] (RF-13102) rich:calendar with date pattern- input gets cleared on click
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-13102?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-13102:
----------------------------------------------
Jonáš Trantina <jtrantin(a)redhat.com> made a comment on [bug 994012|https://bugzilla.redhat.com/show_bug.cgi?id=994012]
+++ This bug was initially created as a clone of Bug #988405 +++
Description of problem:
When a rich:calendar component has datePattern without a day (e.g. MM/yyyy) then selected date is cleared when opening the calendar (you can see today date instead of the previously selected date).
However, when the form is sent, the value is correctly assigned to the binded value.
Example:
<rich:calendar value="#{richBean.date}" datePattern="yyyy-MM"/>
Version-Release number of selected component (if applicable):
How reproducible:
Create a project with the tag from above.
Steps to Reproduce:
1. Open the page with the calendar tag
2. Select some date
3. Click on the input to open up the calendar, the input gets clear, today date is selected
Actual results:
Previously chosen date should be selected in the calendar, the date should stay in the input.
Expected results:
Today date is selected and input is
--- Additional comment from Jonáš Trantina on 2013-07-25 10:43:30 EDT ---
Mixed up Actual and Expected results, correct version:
Actual results:
Today date is selected and input is cleared.
Expected results:
Previously chosen date should be selected in the calendar, the date should stay in the input.
--- Additional comment from JBoss JIRA Server on 2013-07-30 20:56:26 EDT ---
Brian Leathem <bleathem(a)gmail.com> updated the status of jira RF-13102 to Resolved
--- Additional comment from JBoss JIRA Server on 2013-07-30 20:56:26 EDT ---
Brian Leathem <bleathem(a)gmail.com> made a comment on jira RF-13102
Defaulted to the first of the month when the date string has no day value
--- Additional comment from JBoss JIRA Server on 2013-08-05 09:46:06 EDT ---
Pavol Pitonak <ppitonak(a)redhat.com> updated the status of jira RF-13102 to Closed
--- Additional comment from JBoss JIRA Server on 2013-08-05 09:46:06 EDT ---
Pavol Pitonak <ppitonak(a)redhat.com> made a comment on jira RF-13102
Verified that r:calendar behaves as Brian described, i.e. first day of selected month is highlighted.
> rich:calendar with date pattern- input gets cleared on click
> ------------------------------------------------------------
>
> Key: RF-13102
> URL: https://issues.jboss.org/browse/RF-13102
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.3.Final, 4.3.2
> Reporter: Jonáš Trantina
> Assignee: Brian Leathem
> Fix For: 4.3.4
>
>
> When a rich:calendar component has datePattern without a day (e.g. MM/yyyy) then selected date is cleared when opening the calendar (you can see today date instead of the previously selected date).
> However, when the form is sent, the value is correctly assigned to the binded value.
> Example:
> {noformat}
> <rich:calendar value="#{richBean.date}" datePattern="yyyy-MM"/>
> {noformat}
--
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
12 years, 8 months