Bug 73921 - Remove the option LiveScroll from LibreOffice
Summary: Remove the option LiveScroll from LibreOffice
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: graphics stack (show other bugs)
Version:
(earliest affected)
4.0.3.1 rc
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 10:12 UTC by Chris Sherlock
Modified: 2017-07-07 09:30 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Sherlock 2014-01-22 10:12:46 UTC
There is a property LiveScroll that turns on and off "live scrolling". Live scrolling, from what I can tell, is basically when you just move the scrollbar grab up and down the app and the document/contents automatically move along with it. 

There are *no* applications that don't implement this any more. As such, it I would consider this to be a feature that is no longer needed, and we can simply our code if we get rid of it.
Comment 1 Chris Sherlock 2014-01-22 10:38:21 UTC
I have confirmed what Live Scroll does. See http://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlScrollBarModel.html#a766c49dea539a10248b6300e4e909c65

UnoControlScrollBarModel:

Property is boolean LiveScroll

specifies the scrolling behavior of the control.

TRUE means, that when the user moves the slider in the scroll bar, the content of the window is updated immediately. FALSE means, that the window is only updated after the user has released the mouse button.

Nobody uses this, surely?
Comment 2 Lionel Elie Mamane 2014-01-22 11:01:40 UTC
This is the kind of options that typically makes (when turned off) the application much easier to use over slow displays (such as e.g. a remote X session over an Internet connection of typical ADSL speed).

I don't find where in the options UI it can be turned off, though.
Comment 3 Caolán McNamara 2014-01-24 16:33:07 UTC
Related are BASEPROPERTY_LIVE_SCROLL and DRAGFULL_OPTION_SCROLL and the Window/Drag option in officecfg, GetDragFullOptions and SvtTabAppearanceCfg::GetDragMode
Comment 4 tommy27 2014-01-25 08:34:56 UTC
I set status to NEW since this is an enhancement request.
UX-advise needed to see if removing this feature is worth it.
Comment 5 Chris Sherlock 2017-07-07 09:30:30 UTC
As this is part of the API, can't remove this.