New issue 54 by carlacic: making scrolling easier
http://code.google.com/p/gref-mvz/issues/detail?id=54
When you link to a notebook page reference from Arctos, and you're in the
middle of a large section with many pages, it's hard to scroll right
because you want to look at notes but the right scroll is at the end of all
of the buttons for the pages, which can be a big window.
Change it so that from the leftmost part of the window, where you're
looking at a notebook page, you can scroll either left or right.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Per discussion with Aaron and student programmers 28 Jan 2009, implement
new page
widgety thing as well as scroll bars, so you should always be able to
scroll while
you're looking at the notebook page
The panel containing buttons with the page numbers used to stretch to 100%
of the
screen resolution. It worked in Firefox 2 and in IE6, but it doesn't work
in FF3 or
in IE7 unfortunately.
You can fix it by adding the following property to the CSS:
.pageBrowser-scrollPanel {
width:80em;
Comment #3 on issue 54 by eightysteele: making scrolling easier
http://code.google.com/p/gref-mvz/issues/detail?id=54
fixed in r98 by adding the CSS property described in comment 2. thanks
denis!