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

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

    Attachment: 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, 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
>         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.

Reply via email to