You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/09/01 19:59:19 UTC

[jira] Updated: (WICKET-889) Automatic multi-window support drops URL fragment identifier

     [ https://issues.apache.org/jira/browse/WICKET-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp updated WICKET-889:
-------------------------------

    Fix Version/s: 1.3.0-beta4

> Automatic multi-window support drops URL fragment identifier
> ------------------------------------------------------------
>
>                 Key: WICKET-889
>                 URL: https://issues.apache.org/jira/browse/WICKET-889
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.6
>            Reporter: Nick Johnson
>             Fix For: 1.3.0-beta4
>
>
> If a bookmarkable link contains a fragment identifier (e.g. #foo) and automatic multi-window support is enabled, if that URL is opened in a new window or new tab, the fragment identifier is dropped.
> For example, shift-clicking on this URL in Firefox to open it in a new window, or right clicking it and opening it in a new tab:
>     http://beta.morons.org/tally-ho/article/read/7613/findMsg%3D159236#159236
> Results in a redirect in the new tab/window to this URL:
>     http://beta.morons.org/tally-ho/article/read/7613/findMsg%3D159236/wicket:pageMapName/wicket-0
> The redirection is expected, but losing the fragment identifier (#159236) is not.  The redirect should have been to:
>     http://beta.morons.org/tally-ho/article/read/7613/findMsg%3D159236/wicket:pageMapName/wicket-0#159236
> (It may be relevant that in this case the fragment identifier was added using a Behavior attached to the BookmarkableLink.)
> The workaround is to turn off automatic multi-window support.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.