Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:ICEfaces4 trunk revision# 40028
IE 10/11
showcase/showcase-mobile.jsf
-
Assignee Priority:P2
Description
1) Sorting any column in the dataView demo casues the table content to become empty. In IE10, there is a JS error:
Message: Unable to get property 'innerHTML' of undefined or null reference
Line: 8946
Char: 17
Code: 0
URI: http://10.18.39.133:8080/showcase/showcase-mobile.jsf
To reproduce:
1) Deploy showcase test app and go to showcase/showcase-mobile.jsf in IE10 or 11
2) Navigate to Data View demo
3) Sort one of the columns by clicking on it
Table will become empty and in IE10 the JS error will be seen (might need to sort again to see it).
2) The checkboxes in the Manual column of the dataView component are missing. This can be seen in the same demo as above.
Message: Unable to get property 'innerHTML' of undefined or null reference
Line: 8946
Char: 17
Code: 0
URI: http://10.18.39.133:8080/showcase/showcase-mobile.jsf
To reproduce:
1) Deploy showcase test app and go to showcase/showcase-mobile.jsf in IE10 or 11
2) Navigate to Data View demo
3) Sort one of the columns by clicking on it
Table will become empty and in IE10 the JS error will be seen (might need to sort again to see it).
2) The checkboxes in the Manual column of the dataView component are missing. This can be seen in the same demo as above.
Issue Links
- blocks
-
ICE-9844 mobi:dateSpinner, mobi:timeSpinner - None-native rendering issues on IE10 and IE11
- Closed
Activity
Cruz Miraback
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | 4.0.BETA [ 10770 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] | P3 [ 10012 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41291 | Wed Jun 04 15:41:02 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.util/component.js
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Liana Munroe
made changes -
Ken Fyten
made changes -
Assignee Priority | P3 [ 10012 ] | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41523 | Thu Jun 26 07:02:35 MDT 2014 | mircea.toma | |
Files Changed | ||||
ADD
/icefaces4/trunk/icefaces/ace/component/resources/org.icefaces.component.icons/fontawesome-webfont.svg
ADD /icefaces4/trunk/icefaces/ace/component/resources/org.icefaces.component.icons/fontawesome-webfont.eot ADD /icefaces4/trunk/icefaces/ace/component/resources/org.icefaces.component.icons/fontawesome-webfont.woff |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41532 | Thu Jun 26 17:36:35 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/org.icefaces.component.icons/icons.css
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Use removeChild method to remove the TR elements so that they are still around (but detached) before adding them back sorted. Previously the TR elements were removed by emptying the HTML content of the TBODY element (which discards the children right away).