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 disappearing tabs on page zoom #6649

Merged
merged 1 commit into from
Dec 18, 2018
Merged

Fix disappearing tabs on page zoom #6649

merged 1 commit into from
Dec 18, 2018

Conversation

dmarcoux
Copy link
Contributor

On Firefox, there is a 1 pixel difference on some page zoom levels (130% and up) between an element's offset height/width and scroll height/width. This causes the tabs to shrink when they should not.

Fixes #6597

@dmarcoux dmarcoux added Frontend Things related to the OBS RoR app review-app Apply this label if you want a review app started Bootstrap 🚀 Bootstrap migration labels Dec 17, 2018
@obs-bot
Copy link
Collaborator

obs-bot commented Dec 17, 2018

Review app will appear here: http://obs-reviewlab.opensuse.org/dmarcoux-fix-tabs-on-zoom

@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #6649 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6649      +/-   ##
==========================================
+ Coverage   90.62%   90.63%   +<.01%     
==========================================
  Files         469      469              
  Lines       20434    20434              
==========================================
+ Hits        18519    18521       +2     
+ Misses       1915     1913       -2

@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #6649 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6649      +/-   ##
==========================================
- Coverage   90.66%   90.63%   -0.03%     
==========================================
  Files         472      469       -3     
  Lines       20424    20434      +10     
==========================================
+ Hits        18517    18521       +4     
- Misses       1907     1913       +6

On Firefox, there is a 1 pixel difference on some page zoom levels (130%
and up) between an element's offset height/width and scroll
height/width. This causes the tabs to shrink when they should not.

Fixes #6597
@bgeuken bgeuken merged commit 52dfbd6 into openSUSE:master Dec 18, 2018
@dmarcoux dmarcoux deleted the fix-tabs-on-zoom branch December 18, 2018 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bootstrap 🚀 Bootstrap migration Frontend Things related to the OBS RoR app review-app Apply this label if you want a review app started
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants