Bug 73921

Summary: Remove the option LiveScroll from LibreOffice
Product: LibreOffice Reporter: Chris Sherlock <chris.sherlock79>
Component: graphics stackAssignee: Not Assigned <libreoffice-bugs>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: medium CC: barta, thumperward
Version: 4.0.3.1 rc   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.