Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

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

Closed
DartBot opened this issue Jun 5, 2015 · 9 comments
Closed

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

DartBot opened this issue Jun 5, 2015 · 9 comments

Comments

@DartBot
Copy link

DartBot commented Jun 5, 2015

Originally opened as dart-lang/sdk#7958

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;
}

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3


Added Area-Pub, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

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.

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent


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

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/264967?v=3" align="left" width="48" height="48"hspace="10"> Comment by amouravski


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

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="48" height="48"hspace="10"> Comment by sethladd


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

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3


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

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl


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

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl


Removed Oldschool-Milestone-Later label.

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/3766663?v=3" align="left" width="48" height="48"hspace="10"> Comment by nicolasgarnier


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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant