KawaiiBASIC / classilla

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

UI for scroll control #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Scrolling will now be user-chosen. The default will be fast scroll (with
progressive degredation for horizontal clipping, loss of double-buffer,
etc). The user can toggle this from Preferences, Advanced > Performance, or
an accelerator key under the View menu.

classilla.layout.fastscroll has already been created in all.js for this
purpose.

Original issue reported on code.google.com by classi...@floodgap.com on 30 Jan 2010 at 7:02

GoogleCodeExporter commented 9 years ago
Changed this around:

classilla.layout.slowscroll (defaults to false)
Toggle under View menu
I removed it from the prefpane I created, since that wasn't in sync with the 
pull
down menu, and most people will do it from the browser.
Widget code updated.

VERIFIED

Original comment by classi...@floodgap.com on 31 Jan 2010 at 11:45