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

Close history modal #465

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Conversation

hannaeko
Copy link
Member

Purpose

No indication (visual or not) are given to the user to signal that the new test results have been fetched.

Context

Fixes #242

Changes

Close the history modal when a link is clicked and move focus to the result heading (h2).

Limitation (maybe future work) : if the result request takes some time the focus would be moved to the old title and there would not be a indication when the new results have been received.

How to test this PR

(Better to test with a screen reader)

  • Open the history
  • Tab to a test link
  • Press enter
  • The history modal should close itself and the focus should be move the title (containing the domain name and being described by the creation time)

@hannaeko hannaeko added this to the v2024.1 milestone Feb 27, 2024
@hannaeko hannaeko linked an issue Feb 27, 2024 that may be closed by this pull request
@hannaeko hannaeko added the V-Patch Versioning: The change gives an update of patch in version. label Feb 29, 2024
marc-vanderwal
marc-vanderwal previously approved these changes Mar 6, 2024
tgreenx
tgreenx previously approved these changes May 14, 2024
Copy link
Contributor

@tgreenx tgreenx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and it works as expected.

@MichaelTimbert
Copy link

Tested and working.

MichaelTimbert
MichaelTimbert previously approved these changes Jun 3, 2024
Copy link

@MichaelTimbert MichaelTimbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for me

@matsduf
Copy link
Contributor

matsduf commented Jun 3, 2024

@hannaeko, can you resolve the conflict?

@hannaeko hannaeko dismissed stale reviews from MichaelTimbert, tgreenx, and marc-vanderwal via ff1f0af June 3, 2024 16:59
@hannaeko hannaeko force-pushed the close-history-modal branch from c421bea to ff1f0af Compare June 3, 2024 16:59
@hannaeko
Copy link
Member Author

hannaeko commented Jun 3, 2024

@hannaeko, can you resolve the conflict?

The conflict has been resolved :)

@tgreenx
Copy link
Contributor

tgreenx commented Jun 11, 2024

@matsduf @marc-vanderwal @MichaelTimbert please re-review, conflict has been fixed, this can then be merged.

@matsduf matsduf merged commit adb8191 into zonemaster:develop Jun 12, 2024
1 check passed
@tgreenx tgreenx added the S-ReleaseTested Status: The PR has been successfully tested in release testing label Jun 20, 2024
@tgreenx
Copy link
Contributor

tgreenx commented Jun 20, 2024

v2024.1 Release testing

Works as advertised on Firefox, Debian 12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-ReleaseTested Status: The PR has been successfully tested in release testing V-Patch Versioning: The change gives an update of patch in version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Close the "history" modal after choosing one entry
5 participants