Closed
Bug 57941
Opened 25 years ago
Closed 24 years ago
Animated GIF in combobox causes scrollbar flickering in forms
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: cmattar, Assigned: eric)
Details
Attachments
(2 files)
Open the attached testcase (it is derived from Test #16).
Open the right combobox with the animated gif in it.
Now observe the scrollbar of the left listbox. It's flickering between enabled
and disabled state.
It seems like the animation of the GIF triggers a repopulation of the listbox.
Since this is not happening if the GIF is outside the combobox, this is probably
an XPToolkit issue, not an Imagelib one.
I am using build 2000101620 on Win98.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
| Reporter | ||
Comment 3•25 years ago
|
||
Whoops, forgot finishing the summary.
Summary: Animated GIF → Animated GIF in combobox causes scrollbar flickering in forms
| Reporter | ||
Comment 4•25 years ago
|
||
You should wait until the testcase is completely loaded before you open the
combobox, or else you'll see the effects of bug 57944.
Comment 5•25 years ago
|
||
->evaughan/future. looks to me like it is just getting a flashing thumb.
Doesn't happen on Linux. Seems to be other problems getting the second combobox
to popup, doesn't happen for me until second click. Is that reported?
Assignee: trudelle → evaughan
Target Milestone: --- → Future
| Reporter | ||
Comment 6•25 years ago
|
||
I have no problems opening the combobox with one click
Comment 7•25 years ago
|
||
I think there are three bugs here:
- animated image causes reflow once per animation loop. (probably bug 60880)
- <select>'s scrollbar flickers on reflow, showing a bogus thumb for a split-
second.
- animated image is sometimes animated when not visible.
| Reporter | ||
Comment 9•24 years ago
|
||
It's been a long time since I filed this bug, but it looks fine to me, too.
Marking Worksforme.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•