Closed theasp closed 6 years ago
Does anybody have a fix for this yet? Or should we fork and investigate?
I havent see the isue on my projects, and i didnt have time, but if you have time plase submit a PR with a fix :D
Good to know that. It's possible the issue appears if the necessary server redirect isn't yet in place. We'll see shortly!
I think this might actually be fixed, I just tried :html5 true
and it seems to work fine.
I think it’s an issue that appears in some (mis)configurations. Like others, mine now works, but was showing the problem till I revised my configuration.
M
On 10 Jun 2018, at 02:08, Andrew Phillips notifications@github.com wrote:
I think this might actually be fixed, I just tried :html5 true and it seems to work fine.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/funcool/bide/issues/15#issuecomment-396011389, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIphcZb7bvBYIyccADtu_mIngJGf39Fks5t7HGqgaJpZM4RAxR1.
-- Mike Pearson gmp26@cam.ac.uk
Winton Centre for Risk and Evidence Communication, Centre for Mathematical Sciences, Cambridge CB3 0WB
office: 01223 765921 mobile: 07426 032555
I was wrong, it's still broken for me :(
If you have :html5? true
set, you will get the problem. Setting :html5
(without the ?
) does not use the html5 history. This is definitely a bug.
I'm still seeing this issue. I'll look into creating a fix PR
When using
:html5? true
, the query gets appended to the the URL in the browser when usingnavigate!
. The following generates a url ending with?show-fields=true?show-fields=false?show-fields=true?show-fields=false?show-fields=true
after toggling a few times. With:html5? false
it works as expected.The output is:
Nice library!