Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#5
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
Users demand an enhancement for the panelPopup component.
It would be good to have an attribute like clientOnly="true/false[default]" to turn off
partial submits when the panelPopup is moved. This would solve a lot of
unwanted side effects.
It would be good to have an attribute like clientOnly="true/false[default]" to turn off
partial submits when the panelPopup is moved. This would solve a lot of
unwanted side effects.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 1.6DR#5 [ 10071 ] |
| Summary | Enhancement for panelPopup | Ability to turn off partialSubmits for panelPopup drag events |
| Fix Version/s | 1.7.1 [ 10122 ] |
| Assignee Priority | P2 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16548 | Wed Apr 30 08:08:19 MDT 2008 | adnan.durrani | Fix for New "clientOnly" attribute added to the component |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-panelpopup-props.xml
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelpopup/PanelPopup.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/lib/extras/dragdrop_custom.js
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelpopup/PanelPopupRenderer.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/lib/extras/draggable_ext.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16549 | Wed Apr 30 08:13:44 MDT 2008 | adnan.durrani | Fix for New "clientOnly" attribute added to the component |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/draggable_ext.js
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/dragdrop_custom.js
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelpopup/PanelPopupRenderer.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelpopup/PanelPopup.java
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-panelpopup-props.xml
|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |

trunk :revision 16549
branch 1.7 :revision 16548
New "clientOnly" attribute added to the panelPopup component. The default value is set to "false".
clientOnly="true" will prevent any form submit on drag operation.