You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Wieslaw Nawrocki (JIRA)" <ji...@apache.org> on 2009/12/14 15:17:18 UTC

[jira] Commented: (WICKET-1933) Issue appears to not be fixed

    [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790171#action_12790171 ] 

Wieslaw Nawrocki commented on WICKET-1933:
------------------------------------------

Hello together,

i have the same problem and i try different solutions to fix it.

"about:blank" do not working under IE6 SP3, for IE7 it is ok. The problem is that i need it for IE6 SP3.

I tried the solution with "blank.html" file (contains <html></html> only) and it works perfecty for all browser i tested: IE6 SP3 and IE7.

Under FF 3.5 and Chrome it works with //: 

Could you fix it in the new wicket version ? 

Greets
Wieslaw

> Issue appears to not be fixed
> -----------------------------
>
>                 Key: WICKET-1933
>                 URL: https://issues.apache.org/jira/browse/WICKET-1933
>             Project: Wicket
>          Issue Type: Sub-task
>          Components: wicket-extensions
>    Affects Versions: 1.4-M3
>            Reporter: Steve Lowery
>            Assignee: Matej Knopp
>
> The fix describes changing the iframe src attribute to '://0'.  The code was changed to '//:'.  This does not fix the issue in IE6, at least for us.  In version 1.4M3, it is now line 1124 in modal.js.  I changed it to ://0 and the issue went away.

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