Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P07
-
Fix Version/s: EE-1.8.2.GA_P08
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces 1.8.2
Description
When using the 'revert' option in draggable ice:panelGroup's, the element is positioned incorrectly after the reverting occurs. This is clearly seen in newer browsers. The panels are positioned at the right height but slightly off horizontally.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-1.8.2.GA_P08 [ 11178 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Summary | Reverting feature doesn't position elements correctly in newer browsers | ice:panelGroup revert feature doesn't position elements correctly in newer browsers |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44808 | Tue Jun 02 20:38:06 MDT 2015 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Summary | ice:panelGroup revert feature doesn't position elements correctly in newer browsers | ice:panelGroup revert feature doesn't position elements correctly when using dragGhost or ghosting |
Attachment | IE10_ghosting_revert2.PNG [ 19982 ] | |
Attachment | IE10_ghosting_revert1.PNG [ 19983 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45072 | Thu Jun 18 15:26:01 MDT 2015 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The specific problems are when using dragGhost and revert together, or ghosting and revert together. So, far it's possible to just remove the ghost/clone nodes, but the revert effect cannot be applied, because the underlying code from the Scriptaculous library assumes the element to move is the main element and not the clone. The dragGhost feature is a custom feature implemented by us, but it's not well integrated with the revert logic.