dart-archive / pub-dartlang

DEPRECATED - old pub.dartlang.org site in Python
https://github.com/dart-lang/pub-dartlang-dart
Other
43 stars 18 forks source link

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

Open DartBot opened 9 years ago

DartBot commented 9 years ago

From kello...@gmail.com on January 17, 2013 21:16:45

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

Original issue: http://code.google.com/p/dart/issues/detail?id=7958

DartBot commented 9 years ago

From @nex3 on January 17, 2013 13:34:33

Status: Triaged
Labels: Area-Pub

DartBot commented 9 years ago

From googlegr...@kaioa.com on January 17, 2013 14:13:03

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 commented 9 years ago

From @munificent on February 06, 2013 14:45:40

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low Milestone-Later

DartBot commented 9 years ago

From amouravski@google.com on May 04, 2013 20:58:52

Labels: -Area-Pub Area-Site Community-StarterBug

DartBot commented 9 years ago

From @sethladd on November 26, 2013 10:23:07

Cc: amouravski@google.com
Labels: -Area-Site Area-Pub Pub-Site

DartBot commented 9 years ago

From @nex3 on November 26, 2013 16:46:15

Labels: -Area-Pub -Pub-Site Area-PubSite

DartBot commented 9 years ago

From @kasperl on July 10, 2014 03:20:48

Labels: -Milestone-Later Oldschool-Milestone-Later

DartBot commented 9 years ago

From @kasperl on August 04, 2014 00:43:53

Labels: -Oldschool-Milestone-Later