Open
Bug 57944
Opened 25 years ago
Updated 3 years ago
Comboboxes don't reflow properly
Categories
(Core :: Layout: Form Controls, defect, P5)
Tracking
()
NEW
Future
People
(Reporter: cmattar, Unassigned)
References
()
Details
While I was attaching the testcase for bug 57941 I found a problem with
reflowing within comboboxes:
Since the animated GIF in the testcase is loaded from an URL, it's not
necessarily loaded when you open the combobox. If the image then finishes
loading while the combobox is open, the height of the combobox doesn't change,
but instead scrollbars appear, covering the width of the combobox before the
image appeared.
The effect is difficult to explain, but it's very well visible at the URL.
If you then close and reopen the combobox, everything appears normally.
This was observed on Win98 build 2000101620
Comment 1•25 years ago
|
||
->HTML Form Controls
Assignee: trudelle → rods
Component: XP Toolkit/Widgets → HTML Form Controls
QA Contact: jrgm → bsharma
Comment 2•24 years ago
|
||
I am amazed that the gears show up, which is actually pretty cool. I think the
easiest solution is to ignore the reflows while the dropdown is dropped down.
But I will look into it sometime.
Status: NEW → ASSIGNED
Priority: P3 → P4
Summary: Comboboxes don't reflow properly → [FIX?]Comboboxes don't reflow properly
Updated•24 years ago
|
Target Milestone: --- → Future
Updated•24 years ago
|
Summary: [FIX?]Comboboxes don't reflow properly → Comboboxes don't reflow properly
Updated•23 years ago
|
Priority: P4 → P5
Updated•16 years ago
|
Assignee: rods → nobody
Status: ASSIGNED → NEW
QA Contact: vladimire → layout.form-controls
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•