Hi Sven,
On Fri, Jun 7, 2013 at 10:36 PM, Sven Meier wrote:
> Yes please. And don't forget to add the collected information to it.
Done: https://issues.apache.org/jira/browse/WICKET-5222
Quickstart and patch attached: it fixes the problem for us.
Thanks.
--
Guillaume
---
Should I open a JIRA and should I attach a quickstart to it?
Yes please. And don't forget to add the collected information to it.
Thanks
Sven
On 06/07/2013 05:06 PM, Guillaume Smet wrote:
Hi,
After some digging, it's related to the multipart ajax request via
posting an iframe.
The iframe i
Hi,
After some digging, it's related to the multipart ajax request via
posting an iframe.
The iframe is removed in the onload of the iframe ( see
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js#L868
) and it seems to be pr
Hi,
For quite a while now, we are seeing a weird behavior with Firefox: as
soon as Wicket does an Ajax call, the tab title is changed to
"Connecting..." and it doesn't get back to the original page title at
all, even after the Ajax call returned.
Does anybody else see this behavior?
We don't see