You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/01/13 03:37:54 UTC

[jira] Assigned: (TAP5-959) Ajax event handler methods that return a page instance, page class or page name should cause the client to redirect to that page, but doesn't work in IE7 or 8 if the URL has a query param

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

Howard M. Lewis Ship reassigned TAP5-959:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Ajax event handler methods that return a page instance, page class or page name should cause the client to redirect to that page, but doesn't work in IE7 or 8 if the URL has a query param
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-959
>                 URL: https://issues.apache.org/jira/browse/TAP5-959
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>         Environment: Internet Explorer v7 & v8
>            Reporter: Andy Blower
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>         Attachments: TAP5-959_patch.txt
>
>
> Ajax event handler methods that return a page instance, page class or page name should cause the client to redirect to that page, refer to TAP5-187 and TAP5-613 for those fixes. Unfortunately the mechanism doesn't work in IE7 or 8 if the URL has a query parameter added to the Link object. We have an accountid parameter (e.g. /page?account=1234) added to all render URLs using method advice which exposed this issue.
> The fix is pretty simple - just used window.location.href instead of .pathname
> Unless there's a good reason .href was not used in the first place that I'm not aware of?

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