[
https://issues.apache.org/jira/browse/WICKET-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16199449#comment-16199449
]
ASF GitHub Bot commented on WICKET-6479:
----------------------------------------
GitHub user svenmeier opened a pull request:
https://github.com/apache/wicket/pull/238
WICKET-6479 keep window name
If the page was not yet rendered into any window, just keep the window name
as is, instead of changing it for each new page.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/wicket WICKET-6479-new-window
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/238.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #238
----
commit 00e84ea1926d38496607780c8b8985cab488b758
Author: Sven Meier <[email protected]>
Date: 2017-10-10T22:05:35Z
WICKET-6479 keep window name
if the page was not yet rendered into any window, just keep the window name
as is, instead of changing it
----
> AjaxNewWindowNotifyingBehavior erroneously reports new window
> -------------------------------------------------------------
>
> Key: WICKET-6479
> URL: https://issues.apache.org/jira/browse/WICKET-6479
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 8.0.0-M8, 7.10.0, 6.29.0
> Reporter: Sven Meier
> Assignee: Sven Meier
> Priority: Minor
>
> When opening an 'old' page (e.g. through back button or via link to a certain
> page reference), AjaxNewWindowNotifyingBehavior reports a new window.
> This is wrong, when that page was in fact rendered in that same window, but
> the window name has meanwhile been changed by a more recent page.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)