Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces
Description
DOMContext.attach() sometimes creates a malformed subtree that is discarded by DOM error checking. This is the case with the popup menu component. In general the attach() mechanism is inefficient and should be removed. At this time, however, the CommandLinkRenderer makes use of the attach() functionality, possibly through its use of two different root nodes ("a" and "span" depending on whether the component is disabled.
The recommended fix is to remove the attach() functionality and update the CommandLinkRenderer to a pure ResponseWriter implementation.
The recommended fix is to remove the attach() functionality and update the CommandLinkRenderer to a pure ResponseWriter implementation.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Adnan Durrani [ adnan.durrani ] |
Summary | remove DOMContext attach | remove DOMContext attach on ice:commandLink renderer |
Salesforce Case | [] | |
Component/s | Components [ 10012 ] | |
Component/s | Framework [ 10013 ] | |
Fix Version/s | 1.8.2 [ 10190 ] | |
Assignee Priority | P3 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19064 | Wed Jul 15 13:44:45 MDT 2009 | adnan.durrani | Fix for |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Summary | remove DOMContext attach on ice:commandLink renderer | To get the DOMContext after instialization components should call getDOMContext instead of attachDOMContext |
Salesforce Case | [] |
Summary | To get the DOMContext after instialization components should call getDOMContext instead of attachDOMContext | To get the DOMContext after initialization components should call getDOMContext instead of attachDOMContext |
Salesforce Case | [] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8.2-RC1 [ 10210 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19889 | Tue Dec 08 14:23:06 MST 2009 | adnan.durrani | Applying fix of |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 |
Please implement CommandLinkRenderer without DOMContext .