Closed Bug 404996 Opened 17 years ago Closed 3 years ago

select box border color breaks menu.

Categories

(Core :: General, defect)

PowerPC
macOS
defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: interfaced, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9a9pre) Gecko/2007110504 Minefield/3.0a9pre
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9a9pre) Gecko/2007110504 Minefield/3.0a9pre

Setting the border-color of a select box makes it not able to be opened.

Reproducible: Always

Steps to Reproduce:
1. Use this source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style>select:hover { border-color: #aaa; }</style>
</head>
<body>

				<select class="title column span-8 last" id="addfilter">
				<option selected class="neutral">Add Filter</option>
				<option>url</option>
				<option>Summary</option>
				<option>Language</option>
				<option>Country</option>
				<option>Include | Filetype</option>
				<option>Date</option>
				<option>Rights</option>
			</select>
</body>
</html>
2. try to click on the select box
Actual Results:  
no menu pops up

Expected Results:  
it should show the menu

Its because of the border-color setting for some reason
Works correctly for me. But I'm on 10.4.11.
2007112117 Minefield/3.0b2pr build.

Maybe it is 10.5 specific ?
Test case per comment 0.

One off thing to note: one hovering over the select, the drop down button is missing.
You can select options by pressing the down key, otherwise there is no menu. This is still an issue in Firefox 3!
Flags: blocking-firefox3?
Version: unspecified → Trunk
Flags: blocking-firefox3?
Product: Firefox → Core
QA Contact: general → general
Can't reproduce this on mountain lion

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/18.0 Firefox/18.0

This is no longer reproducible on all the latest Firefox versions, tested on MacOS 10.15. (Release 92.0.1, Beta 93.0, Nightly 94).

Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: