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(list): Always call followHref regardless of single-selection mode #3595

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

kfranqueiro
Copy link
Contributor

I encountered this issue while attempting some approaches for lists in dialogs.

Currently, if single-selection mode isn't enabled, links don't get followed. I'm pretty sure they ought to be followed regardless.

I also noticed another test was accidentally testing the enter key twice instead of enter and space.

@codecov-io
Copy link

codecov-io commented Sep 20, 2018

Codecov Report

Merging #3595 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3595      +/-   ##
==========================================
+ Coverage   98.35%   98.35%   +<.01%     
==========================================
  Files         120      120              
  Lines        5175     5176       +1     
  Branches      642      643       +1     
==========================================
+ Hits         5090     5091       +1     
  Misses         85       85
Impacted Files Coverage Δ
packages/mdc-list/foundation.js 99.17% <100%> (ø) ⬆️

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 bce1724...4bb9847. Read the comment docs.

Copy link
Contributor

@williamernest williamernest left a comment

Choose a reason for hiding this comment

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

LGTM

@kfranqueiro kfranqueiro merged commit b556724 into master Sep 20, 2018
@kfranqueiro kfranqueiro deleted the fix/list/always-follow-href branch September 20, 2018 18:40
@jamesmfriedman jamesmfriedman mentioned this pull request Sep 26, 2018
49 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants