https://issues.apache.org/ooo/show_bug.cgi?id=81907
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from [email protected] --- It would be really nice if scrolling could be done on a per-pixel basis instead of a per-cell basis. "X cells per click of the scrollwheel" only makes sense when you have a clicking scrollwheel. Touchpad- or touchscreen-scrolling is much smoother, and generally works best if the displacement of the document is linearly dependent on the displacement of the finger(s). Even with a scrollwheel I feel that the displacement of the document (in pixels, or centimeters) should be a constant. In the current situation, the speed of scrolling is depending on the height of the rows. If you have a mix of taller and shorter rows, a continuous scrolling motion causes a non-continous displacement of the document. A table in a OOo Write document can be scrolled through in a row-height-independent way. The same goes for a table in a HTML document when viewed in a browser. I think that the behaviour in OOo Calc shouldn't be any different. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
