Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: EE-3.0.0.GA_P01, 3.2
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 3.2, showcase sample app.
-
Affects:Sample App./Tutorial
Description
The ace:dateTimeEntry -> Ajax demo in the ICEfaces showcase currently only listens for the "dateSelect" client event, but should also listen for the newer "dateTextChange" event.
This way, when the user edits the input Text field value directly it will still be ajax submitted as expected.
Note that this improvement needs to be committed to both of these branches:
http://server.ice:8888/svn/ossrepo/icefaces3/branches/icefaces-3.0.x-maintenance
http://server.ice:8888/svn/ossrepo/icefaces3/trunk
This way, when the user edits the input Text field value directly it will still be ajax submitted as expected.
Note that this improvement needs to be committed to both of these branches:
http://server.ice:8888/svn/ossrepo/icefaces3/branches/icefaces-3.0.x-maintenance
http://server.ice:8888/svn/ossrepo/icefaces3/trunk
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Affects | [Sample App./Tutorial] | |
Assignee Priority | P2 | |
Assignee | yip.ng [ yip.ng ] |
Salesforce Case | [] | |
Assignee Priority | P2 | P1 |
Description |
The ace:dateTimeEntry -> Ajax demo in the ICEfaces showcase currently only listens for the "dateSelect" client event, but should also listen for the newer "dateTextChange" event. This way, when the user edits the input Text field value directly it will still be ajax submitted as expected. |
The ace:dateTimeEntry -> Ajax demo in the ICEfaces showcase currently only listens for the "dateSelect" client event, but should also listen for the newer "dateTextChange" event. This way, when the user edits the input Text field value directly it will still be ajax submitted as expected. Note that this improvement needs to be committed to both of these branches: http://server.ice:8888/svn/ossrepo/icefaces3/branches/icefaces-3.0.x-maintenance http://server.ice:8888/svn/ossrepo/icefaces3/trunk |
Assignee | yip.ng [ yip.ng ] | Matthew Cowell [ cowemat ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30616 | Mon Aug 27 12:57:38 MDT 2012 | matthew.cowell | [ |
Files Changed | ||||
![]() ![]() |
Summary | Add missing ace:ajax event to ICEfaces Showcase sample application -> ace:dateTimeEntry->Ajax demo | Add missing ace:ajax event to ICEfaces Showcase sample application -> ace:dateTimeEntry->Ajax Submit |
Salesforce Case | [] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30617 | Mon Aug 27 13:22:22 MDT 2012 | matthew.cowell | [ |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Assignee | Matthew Cowell [ cowemat ] | Ken Fyten [ ken.fyten ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 [ 10010 ] |
Added new dateTextChange listener. Committed code to both trunk and maintenance release.