-
Notifications
You must be signed in to change notification settings - Fork 123
experiment-detail page: back button broken #124
Comments
@meandavejustice Was this fixed by PR #142? |
Need to do some heavier testing here, I have a hunch it may be an issue with ampersand's router in firefox. |
This actually seems to be a difference in the interpretation of the pushstate spec in firefox vs blink. Here are some bugs: |
Hmm, this bug is weird. If I hit /home, click on an experiment, then hit back - it seems to work as expected. I can click back & forth as much as I want. But, if I hit /home, click on an experiment, focus on the URL bar & hit return (not quite a reload), then hit back - things break such that /home never appears despite URL bar changes. |
Right, that's what I'm experiencing too :( On Fri, Nov 6, 2015 at 1:47 PM, Les Orchard [email protected]
|
Trying this as an upstream fix to Ampersand, just for the sake of completeness |
Seems like the history / pushState behavior needs some work.
STR:
The text was updated successfully, but these errors were encountered: