Rise: Vertical Scrolling Issues

Created on 20 Sep 2016  路  6Comments  路  Source: damianavila/RISE

I used the command:

from traitlets.config.manager import BaseJSONConfigManager
path = "/home/crackauc/.jupyter/nbconfig"
cm = BaseJSONConfigManager(config_dir=path)
cm.update('livereveal', {
              'theme': 'sky',
              'transition': 'fade',
              'start_slideshow_at': 'selected',
                'width' : 1600,
                'height': 900,
                'scroll': True,
                'slideNumber': False,
})

to enable vertical scrolling. However, no scrollbar appeared. However, I can highlight and bring my curser to the bottom of the screen, causing it to scroll without using a scrollbar, meaning that in some sense scrolling got enabled (and the theme changed to sky, the transitions changed to fade, etc.).

My browser version is Chrome Version 53.0.2785.116 on CentOS7. Jupyter is being used through Julia (IJulia), and I am sure that the configuration file is correct (one because it's what Julia gives me as the config file, and secondly because all of the other changes occur).

High Priority bug

All 6 comments

Thanks for the report @ChrisRackauckas, I will try to reproduce with your browser version.

Vertical scrolling was re-done in the latest release. It is working as expected now. Closing here.

Thanks! Perfect timing!

I am assuming this didn't make it into 5.0?

@ChrisRackauckas yes, it is part of 5.0... are you activating the scrolling option? Because it is False by default, ref here: https://github.com/damianavila/RISE#configure-your-own-options

@damianavila the scroll function was just what I was looking for, amazing!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AlJohri picture AlJohri  路  3Comments

bladwig1 picture bladwig1  路  3Comments

kmader picture kmader  路  3Comments

IanSudbery picture IanSudbery  路  5Comments

engyasin picture engyasin  路  4Comments