bigskysoftware / bigskysoftware/htmx
http-equiv="refresh" and hx-boost don't work together (well)
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
In an application I have a top level menu that is hx-boosted, and have in the `` section a refresh for every 3 minutes:
```html
```
When I navigate to a different top menu item, it is nicely hx-boosted, and even the URL in the browser bar reflects the new URI of the page. However when the 3 minutes are up, the browser requests the original URL instead of the updated URL in the browser's URL field.
If I request the URL of the menu item manually the page correctly stays on that URI.
Contributor guide
Assessment
This issue has not been assessed yet.