Issue Details (XML | Word | Printable)

Key: ICE-5072
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Yip Ng
Reporter: Judy Guglielmin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ICEfaces

compat version of component-showcase panelPopup doesn't show modal popup when none-draggable.

Created: 30/Oct/09 11:05 AM   Updated: 03/Nov/09 03:59 PM
Component/s: Components
Affects Version/s: 2.0-Alpha1
Fix Version/s: 2.0-Alpha2

File Attachments: None
Image Attachments:

1. screenshot-1.png
(201 kB)

2. screenshot-2.png
(132 kB)

3. screenshot-3.png
(141 kB)
Environment: jsf2.0, ICEfaces2.0, compat
Issue Links:
Dependency
 

Assignee Priority: P1


 Description  « Hide
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.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Yip Ng added a comment - 02/Nov/09 05:18 PM
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.

Yip Ng added a comment - 03/Nov/09 03:40 PM
Seems Mircea just replaced ice-extras.js with an old version, stomping over my changes. Changes re-done. See screenshot-2.

See http://screencast.com/t/rCjTpdPaIH for the testing.

Yip Ng added a comment - 03/Nov/09 03:59 PM
In IE, there is a new bridge code error on the start page, preventing me from even getting to the popup dialog demo. page. See http://screencast.com/t/pvqzMoJdpc and screenshot-3.