
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
jsf2.0, ICEfaces2.0, compat
|
|
Issue Links:
|
Dependency
|
|
This issue depends on:
|
|
|
ICE-4458 create component-showcase sample for compat version of ICEfaces-2
|
|
|
|
|
|
|
|
|
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.
|
|
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. |
Show » |
|
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.