robobruin / freebiestats

Automatically exported from code.google.com/p/freebiestats
0 stars 0 forks source link

issues with coutinous window centering (auto scroll) and small browser windows #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if the browser window is not big enough so that the modal display fits in
the window, then the user can't see the bottom of the table since scrolling
the window down triggers the auto scroll/centering.

Original issue reported on code.google.com by rod...@gmail.com on 10 May 2007 at 3:51

GoogleCodeExporter commented 9 years ago
a possible fix is to turn off:
        addEvent(window, "scroll", centerPopWin);

and remove the gray see through image so avoid discontinuity. i don't like the 
idea
of a scrollable stats window.

is it easy to make the stat window movable?

Original comment by rod...@gmail.com on 10 May 2007 at 4:15

GoogleCodeExporter commented 9 years ago
i checked in this fix. up to dave if he has a better idea.

Original comment by rod...@gmail.com on 10 May 2007 at 6:59

GoogleCodeExporter commented 9 years ago
current version on userscripts has this fix

Original comment by robobr...@gmail.com on 5 May 2008 at 7:02