You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Nick Johnson (JIRA)" <ji...@apache.org> on 2007/04/26 18:50:15 UTC

[jira] Commented: (WICKET-506) ModalWindow + MSIE fails

    [ https://issues.apache.org/jira/browse/WICKET-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492067 ] 

Nick Johnson commented on WICKET-506:
-------------------------------------

This turned out to be caused by using <span> to placehold for the modal window instead of <div>.

Upon further debugging it was also discovered that MSIE 7 will not display the contents of an iframe until the iframe is resized if the HTML element has position: relative set in CSS.

> ModalWindow + MSIE fails
> ------------------------
>
>                 Key: WICKET-506
>                 URL: https://issues.apache.org/jira/browse/WICKET-506
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>            Reporter: Nick Johnson
>
> IE 6 and 7 fail to launch a ModalWindow... at first I thought this was due to AjaxFallbackLink since the Wicket-Examples page works, but that turned out to be a red herring.
> Something else is afoot.  Still trying to narrow it down, but the culprit looks like some kind of parsing problem after the Ajax response is received.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.