[JBoss JIRA] Commented: (RF-633) A friendly time picker / selector
by philip andrew (JIRA)
[ https://jira.jboss.org/jira/browse/RF-633?page=com.atlassian.jira.plugin.... ]
philip andrew commented on RF-633:
----------------------------------
Really need a time input, my customer wants time of day, so all I have is a text entry.
Would be nice if it was implemented as a text entry where if the person typed 8 then tab, it means 8am, if they typed 8p then tab it means 8pm. Short hand notations for the time then the auto-complete shows what its going to be.
If user enters on left, show autocomplete on right:
4 - 4pm
1 - 1pm
8 - 8am
12 - 12pm
1.2 - 1.20pm
1:2 - 1.20pm
1:55 - 1.55pm
1:55a - 1.55am
1-55 AM - 1.55am
I did this in actionscript for Flex, its a quick way for the user to type in the time in text and the autocomplete shows what time its going to be converted into.
> A friendly time picker / selector
> ---------------------------------
>
> Key: RF-633
> URL: https://jira.jboss.org/jira/browse/RF-633
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.1.0
> Reporter: Matt Drees
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Wishes
>
>
> It'd be really nice to have an easy-to-use pop-up component for picking times (something similar to Seam's s:selectDate, but for time selection).
> Even better, it'd be nice to have a combined date-picker and time-picker that could be bound to a datetime field.
--
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, 11 months
[JBoss JIRA] Resolved: (RF-764) rich:message: FuncSpec-RF-M-CL-015-1.0. The result is not that expected
by Ilya Shaikovsky (JIRA)
[ https://jira.jboss.org/jira/browse/RF-764?page=com.atlassian.jira.plugin.... ]
Ilya Shaikovsky resolved RF-764.
--------------------------------
Resolution: Rejected
passed label could not implemented properly because of JSF lifecycle limitations and should not be used. Will be marked in RS.
> rich:message: FuncSpec-RF-M-CL-015-1.0. The result is not that expected
> -----------------------------------------------------------------------
>
> Key: RF-764
> URL: https://jira.jboss.org/jira/browse/RF-764
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: richfaces-demo
> Reporter: Sergey Smirnov
> Assignee: Ilya Shaikovsky
> Fix For: Future
>
>
> FuncSpec-RF-M-CL-015-1.0 passed state rendering
> Message should not show "passed" state in case of initial rendering. Any state of message should be shown only after some submit occurs (after some validation).
> The current version does not work like this. The "passed" facet is shown event the field is not validated.
> Example:
> <h:form>
> <h:panelGrid columns="3">
> <h:outputText value="Name:" />
> <h:inputText label="Name" id="name" required="true" value="#{userBean.name}">
> <a4j:support event="onblur" ajaxSingle="true" />
> </h:inputText>
> <rich:message for="name">
> <f:facet name="passedMarker">
> <h:outputText value="V" />
> </f:facet>
> <f:facet name="errorMarker">
> <h:outputText value="X" />
> </f:facet>
> </rich:message>
>
> <h:outputText value="Job:" />
> <h:inputText label="Job" id="job" required="true" value="#{userBean.job}">
> <a4j:support event="onblur" ajaxSingle="true"/>
> </h:inputText>
> <rich:message for="job">
> <f:facet name="passedMarker">
> <h:outputText value="V" />
> </f:facet>
> <f:facet name="errorMarker">
> <h:outputText value="X" />
> </f:facet>
> </rich:message>
>
> <h:outputText value="Address:" />
> <h:inputText label="Address" id="address" required="true" value="#{userBean.address}">
> <a4j:support event="onblur" ajaxSingle="true"/>
> </h:inputText>
> <rich:message for="address">
> <f:facet name="passedMarker">
> <h:outputText value="V" />
> </f:facet>
> <f:facet name="errorMarker">
> <h:outputText value="X" />
> </f:facet>
> </rich:message>
>
> </h:panelGrid>
> </h:form>
--
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, 11 months