Issue 92588 - Calc: Scrolling jumps inconsistently
Summary: Calc: Scrolling jumps inconsistently
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 3.0 Beta 2
Hardware: All All
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-08 09:47 UTC by mehlkelm
Modified: 2014-01-16 13:52 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mehlkelm 2008-08-08 09:47:33 UTC
Scrolling in the spreadsheet application is linked to cell rows. That is
inconsistent with how scrolling works in every other application, where
scrolling is proportional to the input (degree of mousewheelturn, number of
clicks on scrollbar arrows..).
Try it with a couple of rows with large height. Scroll just a little bit: You
immediately loose track of where you are and how far you just srolled down.
It seems, OO doesn't "want to" show half a cell or something. But the user
should be in control, really.
Comment 1 az77 2010-06-07 02:21:02 UTC
see related issue# 86994.
solution seems to be counting by lines (within cells) instead of rows of cells. 
Comment 2 Edwin Sharp 2013-04-05 12:39:36 UTC
Increase height of first two rows so row 2 is partially visible.
Left click a cell in row 2 and a touch in mouse wheel:
Calc - scrolls to row 4
Excel - scrolls to row 4
Gnumeric - scrolls to row 2 = best response.
Comment 3 Edwin Sharp 2014-01-16 13:52:15 UTC
Confirmed per comment 2