Skip to content

URLs are broken if they are long \ contain colons #92

Description

@IvanSterligov

Describe the bug

Hello, in generic view (bottom table) Graphia displays URL strings as clickable links, which is really great, esp in wasm mode for my use case.

But URLs with colon or even a dot seem to not work properly: URL before colon is a clickable URL, and after colon it is just text.

I replaced it with %3A but it did not help.
I tried to replace even a dot with %2 but no success.

so, this:

https://openalex.org/works?filter=primary_topic%2id%3AT13394%2Cauthorships%2institutions%2lineage%3Ai82767444

resolves to this URL: https://openalex.org/works?filter=primary_topic
instead of a proper full URL

tried also encasing in <A href... but in this case nothing is displayed at all.

Environment (please complete the following information):

  • Graphia Version: e.g. 5.1
  • Operating System Version: e.g. Windows 11

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions