Closed
Bug 257902
Opened 22 years ago
Closed 21 years ago
news ticker causes listbox below to flash
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 132337
People
(Reporter: lukev123, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
|
435 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7) Gecko/20040626 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7) Gecko/20040626 Firefox/0.8
In the page www.moneymax.co.za there is a news ticker above a listbox. The
ticker scrolls news information. The listbox has news links. As the ticker moves
the contents of the list box flash over the ticker repeatedly.
Reproducible: Always
Steps to Reproduce:
1. open www.moneymax.co.za
Actual Results:
The ticker loads, and starts moving. The list box contents start to flash over
the ticker
Expected Results:
The contents should not flash.
Comment 1•22 years ago
|
||
I'm seeing this also with:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040831
Firefox/0.9.1+
The div which is flashing has style="border: 1px solid black; overflow: auto;
height: 150px; width: 340px;".
When removing the overflow:auto property, the flashing stops.
This needs a simplified/minimal testcase.
Comment 2•22 years ago
|
||
The testcase consists of a overflow:auto div which is inside a table
align=left, so this is probably a dupe of one of the bugs with floating divs
appearing for a brief moment in the wrong position on a reflow.
Comment 3•22 years ago
|
||
Related/dupe of bug 132337? Removing align left stops the flickering.
Comment 4•21 years ago
|
||
(In reply to comment #3)
> Related/dupe of bug 132337? Removing align left stops the flickering.
Yes, I think so. But I think it would be better if the summary of bug 132337
something like "during reflow" gets added.
Bug 244271 is also probably a duplicate.
Comment 5•21 years ago
|
||
*** This bug has been marked as a duplicate of 132337 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•