Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.1, EE-4.1.0.RC1
-
Fix Version/s: 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:icefaces4 ace jsf2.2
-
Assignee Priority:P1
-
Support Case References:Support Case 13923 :- https://icesoft.my.salesforce.com/5007000001euBZV?srPos=0&srKp=500
Description
Currently the ace:dialog will not be repositioned in the window if the browser window is resized. The dialog should be repositioned within the resized window while still respecting the contraints defined through the "dialogPosition" attribute.
Issue Links
- blocks
-
ICE-11168
ace:dialog not sizing correctly when embedded in dataTable within tabSet
-
- Closed
-
Activity
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #50565 | Mon Feb 20 08:03:07 MST 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/dialog/dialog.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Description | Currently the ace:dialog will not be repositioned in the window if the browser window is resized. The dialog should be repositioned within the resized window while still respecting the contraints defined through the _dialogPosition_ attribute. | Currently the ace:dialog will not be repositioned in the window if the browser window is resized. The dialog should be repositioned within the resized window while still respecting the contraints defined through the "dialogPosition" attribute. |
| Description | Currently the ace:dialog will not be repositioned in the window if the browser window is resized. Since the dialog may no longer be visible when this happens, a listener for the browser resize event should fire a method to reposition the dialog. | Currently the ace:dialog will not be repositioned in the window if the browser window is resized. The dialog should be repositioned within the resized window while still respecting the contraints defined through the _dialogPosition_ attribute. |
| Summary | add a listener to <ace:dialog> for resizing of browser window to reposition the dialog | Reposition the dialog when browser window is resized |
| Fix Version/s | 4.2 [ 12870 ] | |
| Fix Version/s | EE-4.2.0.GA [ 13071 ] |
| Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
| Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
| Assignee Priority | P1 [ 10010 ] |
| Fix Version/s | EE-4.2.0.GA [ 13071 ] |
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ken Fyten [ ken.fyten ] |

Verified ICEfaces4 trunk r 50712 with showcase > dialog demos, and the QA ace:dialog test application > dialog inside h:dataTable and dialog inside ace:dataTable in IE11, IE8, MsEdge38, Chrome56, FF49.
Ran all ace:dialog QA regressions in Chrome56.