Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat7, ICEfaces 4 trunk r43375, all browsers.
-
Assignee Priority:P2
Description
When an ace:submitMonitor is placed inside the same form as an ace:dateTimeEntry, the dateTimeEntry is not returning the selected values for date or time.
See QA test application (/DateTimeEntrySubmitMonitor.jsf) at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dateTimeEntry.
This is not an issue with ee-3.3.0 maintenance branch.
That test application (/DateTimeEntrySubmitMonitor.jsf) is located at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dateTimeEntry.
See QA test application (/DateTimeEntrySubmitMonitor.jsf) at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dateTimeEntry.
This is not an issue with ee-3.3.0 maintenance branch.
That test application (/DateTimeEntrySubmitMonitor.jsf) is located at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dateTimeEntry.
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43823 | Mon Dec 15 16:45:52 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The issue is caused by the missing resource dependency information for jquery-ui.js file. Depending on what resources were referenced by the page the named resource would load at different position.
The fix adds correct resource dependency info for jquery-ui.js.