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
Arturo Zambrano
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-1.8.2.GA_P08 [ 11178 ] |
Arturo Zambrano
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
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 | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/draggable_ext.js
MODIFY /icefaces/trunk/icefaces/bridge/lib/scriptaculous/dragdrop.js |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arturo Zambrano
made changes -
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 |
Carmen Cristurean
made changes -
Attachment | IE10_ghosting_revert2.PNG [ 19982 ] | |
Attachment | IE10_ghosting_revert1.PNG [ 19983 ] |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/draggable_ext.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
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.