Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:Use a custom validator to check that a value is entered.
Description
The "required" attribute is not working correctly with the selectInputDate component. There was an earlier issue where no validators were working at all that was resolved (ICE-1748), however, no the required attribute is non-functional.
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Workaround Description | Use a custom validator to check that a value is entered. | |
Workaround Exists | [Yes] | |
Fix Version/s | 1.7.1 [ 10122 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 1.7.1 [ 10122 ] |
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4930 |
Affects Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee Priority | P2 | |
Affects Version/s | 1.7RC1 [ 10123 ] | |
Assignee | Mark Collette [ mark.collette ] |
Assignee Priority | P2 | P1 |
Priority | Minor [ 4 ] | Major [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17151 | Fri Jul 11 18:39:48 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17152 | Fri Jul 11 18:49:33 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17170 | Tue Jul 15 17:45:27 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17182 | Wed Jul 16 12:27:32 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17183 | Wed Jul 16 12:28:48 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17184 | Wed Jul 16 12:29:13 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Security | Private [ 10001 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17187 | Wed Jul 16 17:27:40 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17188 | Wed Jul 16 17:29:54 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17189 | Wed Jul 16 17:30:26 MDT 2008 | mark.collette | |
Files Changed | ||||
![]() |
Security | Private [ 10001 ] |
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Mark Collette [ mark.collette ] |
This is a somewhat complex requirement in that the selectInputDate component is comprised of two components itself, the inputText and the button. It's complex/difficult to manage the state to know when a user leaves the inputText that he's just going to the button, so maybe don't enforce the required attribute for that, but if he is going to another element on the page then do enforce it.
The simplest thing is probably to have the required attribute enforced all the time, so if the user just tabs through the inputText on their way to the button, the required test will fail and the msg associated with it will be displayed. This might be acceptable, if a little annoying if you're just trying to use the popup to enter the value and it's already complaining / warning that you need to enter the value.