Skip to content

HTML report does not persist column sort in Chrome #611

Closed
@nedbat

Description

Originally reported by Federico Bond (Bitbucket: federicobond, GitHub: federicobond)


Chrome does not support cookies in pages opened with the file:// protocol.

We can replace the cookie with localStorage, which is widely supported across browsers and is probably more appropriate for this use case.


Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghtml

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions