Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Reload attempts to a url with a hash do nothing. #377

@DavidCPhillips

Description

@DavidCPhillips

Reloads on history navigations (after a nav limit or error) always occur after the url has already been set to the new page. Typically this is not an issue, but if the url contains a hash, the browser ignores the call to 'window.location.href'.

For example.

  1. Navigate to 'https://www.google.com/#foo'
  2. Execute:
    window.location.href = 'https://www.google.com/#foo';

Nothing occurs. We probably need to follow the location.href change with a call to location.reload.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions