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

[MERGE WITH GITFLOW] Fix Safari bug with desktop-size menu #4495

Merged
merged 4 commits into from
Mar 19, 2021

Conversation

johnnyporkchops
Copy link
Contributor

@johnnyporkchops johnnyporkchops commented Mar 18, 2021

Summary (required)

According to the documentation for Accessible-Mega Menu Keyboard Accessibility docs, these tabindexes are necessary, however they are not in the source code on the GH repo.

Followup work:

  • Further investigate how to maintain operability in Safari and avoid that Aria violation. I am not sure but Lighthouse seems to be intermittently reporting the elements contain focusable descendants error. Need to verify by having a few different people do a Lighthouse accessibility scan for mobile/desktop

Impacted areas of the application

modified: fec/templates/partials/navigation/navigation.html

How to test

  • checkout and run hotfix/4494-safari-menu-bug
  • Test mega menu in Safari

@johnnyporkchops johnnyporkchops changed the title Fix Safari bug with desktop menu [MERGE WITH GITFLOW] Fix Safari bug with desktop menu Mar 18, 2021
Copy link
Member

@patphongs patphongs left a comment

Choose a reason for hiding this comment

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

Thanks for the fix @johnnyporkchops

Copy link
Contributor

@rfultz rfultz left a comment

Choose a reason for hiding this comment

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

Woo hoo!

@johnnyporkchops johnnyporkchops changed the title [MERGE WITH GITFLOW] Fix Safari bug with desktop menu [MERGE WITH GITFLOW] Fix Safari bug with desktop-size menu Mar 19, 2021
lbeaufort and others added 2 commits March 19, 2021 09:11
@codecov-io
Copy link

Codecov Report

Merging #4495 (743f970) into master (e7afe39) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4495      +/-   ##
==========================================
+ Coverage   75.78%   75.83%   +0.05%     
==========================================
  Files         122      123       +1     
  Lines        7511     7523      +12     
  Branches      605      605              
==========================================
+ Hits         5692     5705      +13     
+ Misses       1819     1818       -1     
Impacted Files Coverage Δ
fec/home/templatetags/filters.py 75.36% <100.00%> (+3.30%) ⬆️
fec/home/tests/test_filters.py 100.00% <100.00%> (ø)
fec/fec/static/js/modules/calendar.js 92.02% <0.00%> (-0.73%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7afe39...743f970. Read the comment docs.

@rfultz rfultz merged commit 07b157d into master Mar 19, 2021
@lbeaufort lbeaufort deleted the hotfix/4494-safari-menu-bug branch June 22, 2021 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants