Open
Bug 48375
Opened 25 years ago
Updated 2 years ago
Left arrow doesn't scroll text area up properly
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
NEW
Future
People
(Reporter: neil, Unassigned)
Details
(Whiteboard: [behavior])
BuildID: 2000080908
When the caret is at the top left corner of a scrolled text area (at the
beginning of a new line as distinct from a wrapped line) a left arrow moves the
caret to the end of the previous line but only appears to scroll the text area
up by three pixels instead of a whole line.
Reproducible: Always
Steps to Reproduce:
1. Type lots of short lines into a text area.
2. Cursor up to the first visible line.
3. Cursor left to the beginning of the line.
4. Cursor left again.
Actual Results: The text area scrolls up three pixels.
Expected Results: The text area should scroll up a whole line.
Almost any subsequent action will cause the text area to scroll properly.
Comment 1•25 years ago
|
||
Confirming WinNT4 20000819.
Gerv
Comment 3•25 years ago
|
||
moving to future and adding helpwanted
Comment 5•24 years ago
|
||
I think we should try to fix this bug for mozilla 1.0 or sooner.
Target Milestone: Future → mozilla0.9
I think this is a bug in my autoscroll code.
Assignee: beppe → kin
Status: ASSIGNED → NEW
Updated•24 years ago
|
Whiteboard: [behavior]
Target Milestone: mozilla0.9.2 → mozilla1.0
Comment 11•23 years ago
|
||
Bulk move of mozilla1.0 bugs to mozilla.1.0.1. I will try to pull some of these
back in if I can.
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 12•18 years ago
|
||
still true
Assignee: kinmoz → nobody
Status: ASSIGNED → NEW
OS: Windows 95 → All
QA Contact: vladimire → layout.form-controls
Hardware: PC → All
Comment 13•18 years ago
|
||
still true, SM trunk.
As Neil says, "Almost any subsequent action will cause the text area to scroll properly" so what may be happening is until it hits the first "character" scroll uses some default font/character height.
I looked for related bugs without much success. Might this be related to bug 209073?
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•