Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(html): trigger filter on page load #1413

Merged

Commits on Jun 27, 2022

  1. fix(html): trigger filter on page load

    In the HTML report, if the "filter" input contains a value when
    the page loads, it is ignored.  This happens even though an event
    is actually created on start-up to trigger the refresh.
    
    I believe this is a regression introduced in
    9a1954a, when the observed
    events changed from "keyup change" to "input".
    marc-legendre authored and Marc Legendre committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f59a308 View commit details
    Browse the repository at this point in the history