Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Fix Version/s: 2.0-Alpha2, 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:jsf2.0, ICEfaces2.0, compat
Description
No server log exception traces, but no popup gets displayed to close the modal Popup Message. The Draggable Popup Message does work properly though.
I bet that the popup is just being positioned off the visible viewport for some reason.
I bet that the popup is just being positioned off the visible viewport for some reason.
Issue Links
- depends on
-
ICE-4458 create component-showcase sample for compat version of ICEfaces-2
-
- Closed
-
Activity
Summary | compat version of component-showcase panelPopup doesn't show popup to close "A modal message." | compat version of component-showcase panelPopup doesn't show modal popup when none-draggable. |
Salesforce Case | [] | |
Fix Version/s | 2.0 [ 10032 ] | |
Assignee Priority | P1 | |
Description | No server log exception traces, but no popup gets displayed to close the modal Popup Message. The Draggable Popup Message does work properly though. |
No server log exception traces, but no popup gets displayed to close the modal Popup Message. The Draggable Popup Message does work properly though. I bet that the popup is just being positioned off the visible viewport for some reason. |
Security | Private [ 10001 ] | |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19579 | Mon Nov 02 14:52:08 MST 2009 | yip.ng | |
Files Changed | ||||
![]() |
Fix Version/s | 2.0-Alpha1 [ 10213 ] | |
Fix Version/s | 2.0-Beta [ 10032 ] | |
Affects Version/s | 2.0-Alpha1 [ 10213 ] | |
Affects Version/s | 2.0-Beta [ 10032 ] |
Fix Version/s | 2.0-Alpha2 [ 10214 ] | |
Fix Version/s | 2.0-Alpha1 [ 10213 ] |
Attachment | screenshot-1.png [ 12075 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19588 | Tue Nov 03 13:09:00 MST 2009 | yip.ng | |
Files Changed | ||||
![]() |
Attachment | screenshot-2.png [ 12076 ] |
Attachment | screenshot-3.png [ 12077 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
Fixed. See screenshot-1.
The popup was not off screen. It was hidden under the iframe. There are some event handler registrations being done in the popup JS. Somehow, using standard JS to do this will trip the JSF 2 JS, causing the popup JS to hang (or it seemed so when tracing using Firebug). Changing code to use Prototype API solved the problem.