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(components): Force consistent height of Select across browsers #444

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

connor-baer
Copy link
Member

Purpose

On Firefox, the Select component is two pixels taller than on other browsers. Firefox includes the border-width in the overall height of the element despite box-sizing: border-box.

Approach and changes

  • Add a maximum height

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@connor-baer connor-baer added 🐞 bug Something isn't working as it should ready for review labels Jul 22, 2019
@codecov
Copy link

codecov bot commented Jul 22, 2019

Codecov Report

Merging #444 into canary will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           canary    #444      +/-   ##
=========================================
+ Coverage   74.49%   74.5%   +0.01%     
=========================================
  Files         163     163              
  Lines        2290    2291       +1     
  Branches      389     389              
=========================================
+ Hits         1706    1707       +1     
  Misses        462     462              
  Partials      122     122
Impacted Files Coverage Δ
src/components/Select/Select.js 100% <100%> (ø) ⬆️

1 similar comment
@codecov
Copy link

codecov bot commented Jul 22, 2019

Codecov Report

Merging #444 into canary will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           canary    #444      +/-   ##
=========================================
+ Coverage   74.49%   74.5%   +0.01%     
=========================================
  Files         163     163              
  Lines        2290    2291       +1     
  Branches      389     389              
=========================================
+ Hits         1706    1707       +1     
  Misses        462     462              
  Partials      122     122
Impacted Files Coverage Δ
src/components/Select/Select.js 100% <100%> (ø) ⬆️

Copy link
Member

@voronianski voronianski left a comment

Choose a reason for hiding this comment

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

👍

@connor-baer connor-baer requested a review from glemmal July 23, 2019 13:38
@connor-baer connor-baer merged commit 9f31e5a into canary Jul 23, 2019
@connor-baer connor-baer deleted the bugfix/SA-9702-select-height-firefox branch July 23, 2019 16:09
@ilyanoskov
Copy link
Contributor

🎉 This PR is included in version 1.1.0-canary.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ilyanoskov
Copy link
Contributor

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working as it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants