Closed
Bug 44645
Opened 26 years ago
Closed 25 years ago
[CBX]<SELECT> field flickering
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: pbotsas, Assigned: rods)
References
()
Details
Attachments
(1 file)
|
540 bytes,
text/html
|
Details |
There is a multiline-selection-field in a form.
If scrolling down some millimeters and waiting for some seconds the
multiline-field flickers for a short time.
It seems that the field is rerendered first incorrectly.
| Assignee | ||
Comment 1•26 years ago
|
||
neew a reduced testcase, thanks
In Build 20000713 still exists the problem.
The difference here is that the flickering is not that obvious as in Build
20000706. ;)
Oops. Another difference:
If you mark the first entry in the selection the flickering exists. If you
select the second or third line in the selection-list the flickering is gone.
But only until you minimize the mozilla window. If you maximize it, the
flickering is here again! I think that's enough for today! :))
Comment 5•25 years ago
|
||
confirming on Win98 2000072008
This does not have to do with just the <select>, if you remove everything and
just leave the <select> it loads fine...I'll try to test case but no promises
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: <SELECT> SIZE>0 causes field flickering → <SELECT> field flickering
| Assignee | ||
Updated•25 years ago
|
Target Milestone: M22 → M23
| Assignee | ||
Comment 7•25 years ago
|
||
Selectionm of an item is very slow, but my guess is that an incremental reflow
is coming through and there are multiplely nested tables.
marking future for now
Target Milestone: M23 → Future
Comment 9•25 years ago
|
||
Comment 10•25 years ago
|
||
as you remove complexity (i.e. nested tables) from the page, the flicker (or
number of redraws) becomes less and less.
I attached a testcase where the number of flickers(redraws) is brought right
down to 1. Looks to me like it may be a tables problem, not forms.
| Assignee | ||
Updated•25 years ago
|
Summary: <SELECT> field flickering → [CBX]<SELECT> field flickering
| Assignee | ||
Comment 11•25 years ago
|
||
marking invalid until a testcase show up
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•