Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.GA
-
Fix Version/s: 2.1-Beta, 3.0, EE-2.0.0.GA_P01
-
Component/s: ICE-Components
-
Labels:None
-
Environment:-
-
Assignee Priority:P1
-
Workaround Exists:Yes
-
Workaround Description:Set toggleOnInput to false
Description
A row selectable dataTable has a commandLink which opens a popup (either modal or non modal). When the rowSelector attribute toggleOnInput is set to true, the resulting popup displays but the browser appears to hang. This does not occur with toggleOnInput set to false. I see the following JS error in Firebug:
element is null
return parentStream(element.parentNode);
coming from our bridge code here:
function parents(element) {
return Stream(function(cellConstructor) {
function parentStream(e) {
if (e == null || e == document) return null;
return function() {
return cellConstructor(e, parentStream(e.parentNode));
};
}
return parentStream(element.parentNode);
});
}
Test case attached.
element is null
return parentStream(element.parentNode);
coming from our bridge code here:
function parents(element) {
return Stream(function(cellConstructor) {
function parentStream(e) {
if (e == null || e == document) return null;
return function() {
return cellConstructor(e, parentStream(e.parentNode));
};
}
return parentStream(element.parentNode);
});
}
Test case attached.
Activity
Tyler Johnson
created issue -
Tyler Johnson
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | 10181_screen.jpg [ 13288 ] |
Tyler Johnson
made changes -
Attachment | sc10181.war [ 13289 ] |
Tyler Johnson
made changes -
Salesforce Case | [5007000000GvmZm] |
Ken Fyten
made changes -
Fix Version/s | EE-2.0.0.GA_P01 [ 10271 ] | |
Fix Version/s | 2.1 [ 10241 ] | |
Assignee Priority | P1 | |
Assignee | yip.ng [ yip.ng ] |
yip.ng
made changes -
Attachment | screenshot-02.png [ 13303 ] |
Ken Fyten
made changes -
Assignee | yip.ng [ yip.ng ] | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24802 | Mon Jun 13 04:37:36 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24803 | Mon Jun 13 04:38:26 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/branches/icefaces-2.0.x-maintenance/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24847 | Mon Jun 20 15:00:16 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/core/src/main/javascript/extras/extras.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24848 | Mon Jun 20 15:16:54 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/branches/icefaces-2.0.x-maintenance/icefaces/compat/core/src/main/javascript/extras/extras.js
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.1-Beta [ 10291 ] | |
Fix Version/s | 2.1 [ 10241 ] |
Evgheni Sadovoi
made changes -
Salesforce Case | [5007000000GvmZm] | [5007000000GvmZm, 5007000000JN9KZ] |
Tyler Johnson
made changes -
Salesforce Case | [5007000000GvmZm, 5007000000JN9KZ] | [5007000000GvmZm, 5007000000JN9KZ, 5007000000JOhAZ] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Can't reproduce in FF or IE, ICEfaces 1.8 or 2, modal or nonmodal, draggable or undraggable. See video at http://screencast.com/t/D5ABowoLB