[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-1156) s:selectDate performs bad when ajaxRendered
by Bram Biesbrouck (JIRA)
s:selectDate performs bad when ajaxRendered
-------------------------------------------
Key: JBSEAM-1156
URL: http://jira.jboss.com/jira/browse/JBSEAM-1156
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.2.1.GA
Environment: Ubuntu Linux (Edgy), Jboss 4.0.5.GA
Reporter: Bram Biesbrouck
Priority: Minor
Noticed a few problems with s:selectDate when it is rendered through ajax.
i have the following code
Code:
<a4j:outputPanel id="details">
<h:inputText id="regDate" <s:convertDateTime pattern="dd/MM/yyyy" /> </h:inputText>
<s:selectDate id="selectRegDate" for="regDate" dateFormat="dd/MM/yyyy">
<h:graphicImage url="/images/dtpick.gif" style="margin-left:5px;cursor:pointer" />
</s:selectDate>
</a4j:outputPanel>
When the outputPanel is rendered using an event from other component with the following code.
Code:
<a4j:support event="onchange" reRender="details">
The dateformat sometimes defaults to MM/dd/yyyy.
and also the selectdate component does not generate any events for validation. i.e i cannot have a4j:support for ajax invocation inside h:inputText
--
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