Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

mcosand
Copy link

@mcosand mcosand commented Jan 18, 2016

updatePagingWidth now uses getBoundingClientRect() instead of offsetWidth
to compute total width of tabs. offsetWidth returns only the integer part
of the tab width which can cause the pagination-wrapper to be to narrow,
causing the last tab to wrap and become not visible.

Addresses #5439

updatePagingWidth now uses getBoundingClientRect() instead of offsetWidth
to compute total width of tabs. offsetWidth returns only the integer part
of the tab width which can cause the pagination-wrapper to be to narrow,
causing the last tab to wrap and become not visible.

Addresses angular#5439
@susu
Copy link

susu commented Feb 1, 2016

👍

@ThomasBurleson
Copy link
Contributor

@mcosand - lgtm

@ThomasBurleson ThomasBurleson modified the milestones: 1.1.1, Backlog Apr 21, 2016
@ThomasBurleson ThomasBurleson modified the milestones: - Backlog, Deprecated May 26, 2016
@ThomasBurleson
Copy link
Contributor

This issue is closed as part of our ‘Surge Focus on Material 2' efforts.
For details, see our forum posting @ http://bit.ly/1UhZyWs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants