You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "p (Created) (JIRA)" <ji...@apache.org> on 2012/02/15 06:24:00 UTC

[jira] [Created] (WICKET-4411) replaceOuterHtmlSafari not working properly in some cases

replaceOuterHtmlSafari not working properly in some cases
---------------------------------------------------------

                 Key: WICKET-4411
                 URL: https://issues.apache.org/jira/browse/WICKET-4411
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.19
         Environment: On Chrome(17.0.x) and on Safari(5.1.2). Jboss 5.1
            Reporter: p
            Priority: Critical


replaceOuterHtmlSafari not working properly in some cases. It is not replacing whole element tree, instead it removes that element from DOM on which it is invoked. 

For sample application and images  see the URL:
http://apache-wicket.1842946.n4.nabble.com/replaceOuterHtmlSafari-not-working-proerly-tt4383380.html


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4411) replaceOuterHtmlSafari not working properly in some cases

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

Martin Grigorov resolved WICKET-4411.
-------------------------------------

    Resolution: Not A Problem

There is nothing wrong with the JS code.
The problem is that you didn't wrap the modal window panel with a <form>. Read its javadoc.
See WICKET-3404 and http://markmail.org/thread/27qrv7egs6v4zdhp
                
> replaceOuterHtmlSafari not working properly in some cases
> ---------------------------------------------------------
>
>                 Key: WICKET-4411
>                 URL: https://issues.apache.org/jira/browse/WICKET-4411
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.19
>         Environment: On Chrome(17.0.x) and on Safari(5.1.2). Jboss 5.1
>            Reporter: p
>            Priority: Critical
>              Labels: ajax,, outerHTMLsafari
>
> replaceOuterHtmlSafari not working properly in some cases. It is not replacing whole element tree, instead it removes that element from DOM on which it is invoked. 
> For sample application and images  see the URL:
> http://apache-wicket.1842946.n4.nabble.com/replaceOuterHtmlSafari-not-working-proerly-tt4383380.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira