Closed
Bug 215914
Opened 22 years ago
Closed 21 years ago
Select box resizes itself when mouse goes over a link or when I resize Mozilla windows
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 215916
People
(Reporter: gerald.fauvelle.net, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
The select box "Habillage" shows (on the left) this strange bug. Resize your
mozilla windows, or move your mouse over menu links, it will increase select box
width indefinitely.
This appeared in Mozilla 1.4, it was ok with Mozilla 1.3
Reproducible: Always
Steps to Reproduce:
1. Open the page http://gerald.fauvelle.free.fr
2. Resize Mozilla windows or move mouse over links.
Actual Results:
The select box's width increases indefinitely.
Expected Results:
Keep select box width at its size
Comment 1•22 years ago
|
||
Basically the same as bug 215916 -- removing the height decl makes things happy.
Depends on: 215916
Comment 2•22 years ago
|
||
from the form in the div 'habillage'
<label for="set">habillage :</label>
If you remove this line from the box, or shorten the name, may be
<label for="set">ha :</label>, the text is inline with the box, not above,
but it is working then.
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 215916 ***
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
•