You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Steve Lowery (JIRA)" <ji...@apache.org> on 2008/11/12 23:11:44 UTC

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

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


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.


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

Posted by "Pierre Wargnier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720858#action_12720858 ] 

Pierre Wargnier commented on WICKET-1933:
-----------------------------------------

I confirm that "//:" does NOT work on IE6 when you have IFRAME into a modal window. (IE 6.0.29 on XP sp2). You are redirected to a http:/// page that says your URL is not valid.

In modal.js, I changed line 1126 to:

"<iframe src=\"about:blank\" frameborder=\"0\" id=\""+idContent+"\" allowtransparency=\"false\" style=\"height: 200px\">"+

I changed it to "about:blank". It's working for me on IE 6 now.

> 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715752#action_12715752 ] 

Igor Vaynberg commented on WICKET-1933:
---------------------------------------

there doesnt seem to be a good solution that works for all usecases

> 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.


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

Posted by "Wieslaw Nawrocki (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1933:
-------------------------------------

    Assignee: Matej Knopp

> 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.


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

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715754#action_12715754 ] 

Matej Knopp commented on WICKET-1933:
-------------------------------------

According to WICKET-2207 comments //: should work fine for IE6. At least noone complained... Does ://0 work with all other browsers as well?

> 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.


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

Posted by "Steve Lowery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715682#action_12715682 ] 

Steve Lowery commented on WICKET-1933:
--------------------------------------

This still is broke in 1.4rc4.  Is anyone looking at this?

> 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.


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

Posted by "Steve Lowery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652152#action_12652152 ] 

Steve Lowery commented on WICKET-1933:
--------------------------------------

Has anyone been able to replicate this issue on your end?  We find ourselves having to "hack" the 1.4rc1 build to get this to work.

> 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.