Closed
Bug 39969
Opened 25 years ago
Closed 24 years ago
TEXTAREA.value updates are slow and cause flicker
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: taras.tielkes, Assigned: kinmoz)
Details
(Keywords: perf, Whiteboard: [nsbeta3+][p:3])
Attachments
(1 file)
851 bytes,
text/html
|
Details |
When updating a TEXTAREA element using the DOM, the result can be ugly.
Relatively long pauses and slow draws cause visible screen flicker in the
TEXTAREA element.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Confirming: 2000 051908 on Windows 98.
Severity: enhancement → minor
Status: UNCONFIRMED → NEW
Component: Form Submission → HTML Form Controls
Ever confirmed: true
Summary: TEXTAREA redraw causes flicker → TEXTAREA.value updates are slow and cause flicker
Reporter | ||
Comment 3•25 years ago
|
||
Using Windows NT4 myself. This could be a Windows-specific problem, but I'll
leave the Platform/OS to All/All for now.
Reporter | ||
Comment 7•25 years ago
|
||
The flickering is even worse if some text in the TEXTAREA is selected while the
contents is updated.
Take a look at:
bugzilla.mozilla.org/show_bug.cgi?id=42819
Select some lines is the textfield, then move over the red DIV to generate
textarea contents updates.
Comment 8•25 years ago
|
||
nasty behavior, and really needs to be fixed
Keywords: correctness,
nsbeta3
Target Milestone: M17 → M18
Updated•25 years ago
|
Whiteboard: nsbeta3+ → [nsbeta3+]
Comment 10•25 years ago
|
||
setting priority in status whiteboard
Whiteboard: [nsbeta3+] → [nsbeta3+][p:3]
Assignee | ||
Comment 11•24 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
Looks great.
Marking VERIFIED FIXED on:
- LinuxRH62 2000-09-08-08-M18 Commercial
- Win98 2000-09-08-08-M18 Mozilla
- MacOS86 2000-09-07-04-M18 Commercial
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•