Closed
Bug 26751
Opened 25 years ago
Closed 25 years ago
TextField cannot scroll without garbage
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: meyan, Assigned: kinmoz)
Details
Steps to Reproduce:
(1) Take a textfield with a visible length
(2) Type until you fill the textfield beyond it's visible capacity
Error that Occurs:
The textfield begins to have letters typed on top of each other or halfway as it
doesn't scroll to hold more text.
Expected Result:
The textfield would follow the letter and scroll along while previous letters
are stored away and aren't visible anymore. Access to the text would of course
be expected to by simply using HOME or arrows or dragging of mouse through box.
Platform tested:
Mozilla M13 Milestone
Caldera OpenLinux 2.3 w/ 2.2.14 kernel GLIBC 2.1, rest is stock
64 MB RAM, X Free 3.3.4 server
kin has been looking at scrolling issues.
ckritzer: linux only?
Assignee: buster → kin
Accepting bug. Marking M14.
I'll bet money that meyan@yahoo.com has Native scrollbars enabled instead of Gfx
scrollbars.
meyan@yahoo.com, please select Edit->Preferences from the menus, click on the
Debug tab and see if the Gfx Scrollbars check box is checked. If it isn't, you
are using Native Gtk scrollbars which is a known problem that we are not
planning on fixing.
Status: NEW → ASSIGNED
Target Milestone: M14
Updated•25 years ago
|
Target Milestone: M14 → M15
I haven't heard anything back about this. TextFields scroll fine for me with Gfx
Scrollbars (the default) are on.
I'm marking this WORKSFORME.
meyan@yahoo.com, if you can reproduce this problem with Gfx Scrollbars enabled,
reopen the bug.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•