Closed
Bug 155369
Opened 23 years ago
Closed 23 years ago
textarea: vertical scrollbar: scrollspeed in percentage to characters not lines
Categories
(Core :: Layout: Form Controls, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gbrinkmann, Assigned: kinmoz)
Details
Attachments
(2 files)
Mozilla 1.0
This is not really a bug but it's an unusual behaviour:
Example: If you have multiple very long (not wrapped) lines in the beginning of
a textarea and multiple very short lines in the end of the textarea, moving of
the textarea's vertical scrollbar in the same speed results in different
scroll-speeds of the textarea-content. The very long lines are scrolled very
slowly and the short lines very fast in percentage to the whole text.
It seems that the scrollspeed is oriented on the number of characters that
scroll through the textarea and not on the number of lines.
Comment 2•23 years ago
|
||
It does not happen with the attached test page I produced myself on 2002063008
with Win2k.
Do you have a testcase, i.e. a URL or file where this happens to you?
| Reporter | ||
Comment 3•23 years ago
|
||
Well, maybe the report was mistakable. (it is not that simple to describe this
behaviour in english.) The short and long lines have to be in a
textarea-formfield. Your testcase is just a normal html-page with different
sized lines.
I will attach a testcase in the next comment...
| Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Hard to tell. There doesn't seem to be any difference when scrolling with the
arrows on the scrollbar, just when dragging the box. And it seems possible that
the speed difference is illusory (the first try, there seemed to be a speed
difference, but on subsequent tries it seemed much less obvious). Linux 2002062304
| Reporter | ||
Comment 6•23 years ago
|
||
Ah, i think i know what might be the "problem": Perhaps it is an
time-aliasing-thing. The long lines are scrolled in the same speed as the short
ones, but because the new textarea-content (after scrolling) looks exactly the
same as the content before scrolling and ist just located some pixels deeper
than before, it looks like nearly nothing has changed. (Just like a fastly
turning spoked wheel that looks like turning slowly).
Comment 7•23 years ago
|
||
Does your last comment mean that this is not a bug after all ?
| Reporter | ||
Comment 8•23 years ago
|
||
Yes, i think you can mark this report as fixed. (Or was i allowed to do this?)
Comment 9•23 years ago
|
||
RESOLVED -> WORKSFORMERLY (from comment 8)
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•