file this in our jira so it doesnt get lost -igor
On Mon, Feb 13, 2012 at 9:56 PM, pmaks <[email protected]> wrote: > Hi All, > Please have a look at below images > > before form submit > http://apache-wicket.1842946.n4.nabble.com/file/n4386241/before-submit.png > > after form submit (it shows the feedback panel for required fields error), > notice form is missing. > http://apache-wicket.1842946.n4.nabble.com/file/n4386241/after-submit.png > > Probelm is element on which outerHTML is called is removed from DOM. > I debug a bit and doubt source of the problem is following function in > wicket-ajax.js. > > Wicket.replaceOuterHtmlSafari = function(element, text) { > …………… > element.outerHTML = text; // not working properly on chrome & > safari > …………. > } > > Is this a known issue on safari/chrome, is there any workaround for this. > > Thanks > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/replaceOuterHtmlSafari-not-working-proerly-tp4383380p4386241.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
