Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE 8
Description
Issue Links
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21300 | Fri Apr 23 11:59:13 MDT 2010 | mark.collette | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8.2-EE-GA_P02 [ 10226 ] | |
Assignee | Mark Collette [ mark.collette ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee Priority | P1 |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21857 | Wed Jul 07 13:53:21 MDT 2010 | ted.goddard | initial MyFaces compatibility ( |
Files Changed | ||||
![]() ![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
One of the issues was that setting a DOM element's attribute value to null simply sets it to "null" in IE 8. Replaced that code with setAttribute(name, null).
The second issue was a bit more tricky. The onchange event object would become unusable, when held and used through a timeout. Trying to access event.type or just about any property on it would exception, thus interfering with the intended partial submit.
TRUNK
Subversion 21300
icefaces\bridge\lib\extras\select.js
1.8.2-EE-GA_P02
icefaces-ee/patches/sf-9093
Subversion 21301
icefaces\bridge\lib\extras\select.js