-
Notifications
You must be signed in to change notification settings - Fork 428
redirect_to and scroll to acnhor #589
Comments
Could you provide a test app for reproducing this? |
Use case is when you update some resource "inline" (single page). I can send you private message with link to my private app where i use this. I think if change param is exposed to server side, i don't see problem to expose scroll as well ;) |
The fix isn't to expose I will take care of this in the coming weeks. |
Yes i agree, this solution is better. Thanks :) |
When using redirect_to with anchor, change and scroll:true, it doesn't scroll to anchor.
I checked source code and i see that scroll param is never passed from server to client side.
I fixed this also in pull request #588.
The text was updated successfully, but these errors were encountered: