Replies: 3 comments 12 replies
-
I've tried to do a bit more digging. Let me start with a better example. Current navigation is
If I go to PageA and do a search for a word in the "Welcome" page, hovering over the result that comes gives me the full URL If I click the result, I correctly go to The only thing that I can find/think of is that when pressing enter, the event handler (seems to be retype.js) is only sending the result's relative path Is there any way to fix this or force Retype to put in static URLs instead of relative? After all, the url setting is configured in the project config so it should be able to set the full path from that. |
Beta Was this translation helpful? Give feedback.
-
I just started to encounter this as well. The only thing I changed, was to move some captions from being H2 to being H3.
Now, when searching for strings that moved to H3, and pressing Enter, I get an error, since it tries to go to a page that does not exist. This can be reproducible by checking out the Reproduction steps:Expected Behavior
Actual Behavior
Note: It acts as if the form submission is not prevented (or it otherwise performs two tasks). It can be observed when searching for something that exists on the same page you are on. It will first start scrolling to it, and then "submit the form" and go to that invalid URL. |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this problem? I can now update that this bug seems to be easily reproducible on my own sites, and on retype.com in production (and not only locally as seemed before). Reproduction steps
|
Beta Was this translation helpful? Give feedback.
-
I wonder if anyone could provide me with some guidance on an issue I have with search.
Basically if I am on any page apart from the root/welcome page, and I type a search and press the enter key, it appends the search result url to the current page's url. i.e.
Now I believe this is an issue with how I have the site hosted on S3 with CloudFront, because this issue cannot be replicated on the demo site or when run locally. I'm just wondering if anyone has any ideas or tips on what I can do to troubleshoot this please. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions