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

Prevent page content shifting on pub.dartlang.org package pages #7958

Closed
DartBot opened this issue Jan 17, 2013 · 10 comments
Closed

Prevent page content shifting on pub.dartlang.org package pages #7958

DartBot opened this issue Jan 17, 2013 · 10 comments
Labels
P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Jan 17, 2013

This issue was originally filed by kelloggk...@gmail.com


In some browsers, switching tabs on package pages can cause the page content to shift when showing/hiding the vertical scrollbar.

Example: http://pub.dartlang.org/packages/puremvc

CSS fix (always show scrollbar):

body {
  overflow-y: scroll;
}

@nex3
Copy link
Member

nex3 commented Jan 17, 2013

Added Area-Pub, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jan 17, 2013

This comment was originally written by googlegroups...@kaioa.com


The same issue exists on dartlang.org and api.dartlang.org.

It's always a good idea to use overflow-y:scroll if the page is inside a horizontally centered container.

@munificent
Copy link
Member

Added this to the Later milestone.
Removed Type-Defect, Priority-Medium labels.
Added Type-Enhancement, Priority-Low labels.

@DartBot
Copy link
Author

DartBot commented May 5, 2013

This comment was originally written by amouravski@google.com


Removed Area-Pub label.
Added Area-Site, Community-StarterBug labels.

@sethladd
Copy link
Contributor

Removed Area-Site label.
Added Area-Pub, Pub-Site labels.

@nex3
Copy link
Member

nex3 commented Nov 27, 2013

Removed Area-Pub, Pub-Site labels.
Added Area-PubSite label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@nicolasgarnier
Copy link
Contributor

This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/pub-dartlang/issues


Added MovedToGithub label.

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/pub-dartlang#312.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

7 participants