You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andy Blower (JIRA)" <ji...@apache.org> on 2009/12/23 18:12:29 UTC

[jira] Updated: (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 ]

Andy Blower updated TAP5-959:
-----------------------------

          Component/s: tapestry-core
          Environment: Internet Explorer v7 & v8
    Affects Version/s: 5.1.0.5

> 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
>            Priority: Minor
>
> 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.