[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1208) Improvement for <s:selectDate /> tag
by Richard Leherpeur (JIRA)
Improvement for <s:selectDate /> tag
------------------------------------
Key: JBSEAM-1208
URL: http://jira.jboss.com/jira/browse/JBSEAM-1208
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 1.2.1.GA
Reporter: Richard Leherpeur
First when the calendar is open, the user can click anywhere to close it but on the calendar icon. A click to this icon will close the calendar and reopen it right away. I find it a little annoying as instinctively I expect that image to be a toggle button.
Also if the page in which the calendar is rendered as a vertical scrollbar, the calendar doesn't "stick" with its associated field but remain static while the user is scrolling. I think this would be less confusing for the user if the calendar remains open where it was open (next the it associated field).
Another possibility would be to close the calendar when the user scrolls the page.
--
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
18 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1174) Change s:selectDate to default the date format pattern based on the Seam Locale
by Daniel Young (JIRA)
Change s:selectDate to default the date format pattern based on the Seam Locale
-------------------------------------------------------------------------------
Key: JBSEAM-1174
URL: http://jira.jboss.com/jira/browse/JBSEAM-1174
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 1.2.1.GA
Reporter: Daniel Young
If no pattern is specified, s:selectDate defaults the javascript CAL_DATE_FORMAT to "MM/dd/yyyy". If you use this in conjunction with s:convertDateTime in a locale that uses "dd/MM/yyyy", there calendar behaves very strangely.
It should be possible to use s:selectDate and s:convertDateTime together and not have to specify a date pattern. It should default to the correct pattern for that locale. Any application with a locale switcher really needs this behaviour.
One open question would be whether to use the FULL, LONG, MEDIUM or SHORT pattern for the locale, perhaps this could be specified as a parameter. The default is generally medium.
--
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
18 years, 7 months