Closed
Bug 275693
Opened 20 years ago
Closed 18 years ago
HTML menu not scrollable in small frame
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: km, Assigned: bugs)
Details
When an html <select> menu is put into a small frame (such as on top of a page),
the contents of the menu can not be scrolled.
When the same html-file is called in a larger frame or stand alone, it scrolls fine.
(In reply to comment #0)
> When an html <select> menu is put into a small frame (such as on top of a page),
> the contents of the menu can not be scrolled.
Occurs only when <select> is put after a line break (<br>)
>
> When the same html-file is called in a larger frame or stand alone, it scrolls
fine.
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Bug is still present in latest release. If you use a frameset like the one below
and put a long <select> menu into the top frame (see below), that menu will not
scroll. Contrary to my earlier remark, this is independent of a preceding <br>
tag. This might be a minor bug, but it prevents folks from using <select> tags
in a navigation bar of websites.
---
frameset.html
<frameset rows="30,*" frameborder="NO" border="0" framespacing="0">
<frame src="1.html" name="topFrame" scrolling="NO" noresize >
<frame src="2.html" name="mainFrame">
</frameset>
1.html
<select name="">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>0</option>
<option>q</option>
<option>w</option>
<option>e</option>
<option>r</option>
<option>t</option>
<option>z</option>
<option>u</option>
<option>i</option>
<option>o</option>
<option>p</option>
<option>ü</option>
<option>ä</option>
<option>ö</option>
<option>l</option>
<option>k</option>
<option>j</option>
<option>h</option>
<option>g</option>
<option>f</option>
<option>d</option>
<option>s</option>
<option>a</option>
</select>
Comment 4•19 years ago
|
||
I am finding that the menu can always be scrolled. However, when the ROW height of the top frame is less than 21 (using the sample code posted by Konrad) then the menu starts to get cut off at the bottom. But even then, I am still able to click on it and use the scrollbar that appears normally. (Tested in Firefox 1.0.7 and 1.5 RC1 on Windows XP.)
Updated•18 years ago
|
QA Contact: ali → file.handling
Severity: minor → trivial
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•