Closed
Bug 311770
Opened 20 years ago
Closed 19 years ago
Dropdown select menus missing border
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: loganw, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
When viewing this BBS with dropdown select menu menus at the bottom of the page
here: http://forums.invisionpower.com/index.php?showforum=1, the border around
the content is missing. This worked fine in all previous versions of firefox,
and other browsers. It doesn't seem to happen on other websites just here, so
there is some problem with Firefox 1.5.
Reproducible: Always
Steps to Reproduce:
1. Visit http://forums.invisionpower.com/index.php?showforum=1
2. Scroll to the bottom of the page using Firefox 1.5 BETA
3. Look at the drop down select menus, they are missing a border. I don't
believe it's a problem with the coding of the page, as it has always worked fine.
Actual Results:
You see the missing border.
Expected Results:
A border should be around the drop down select menu's content, right now it's
all just white. If you want to see what it should look like, view the page's
drop downs using Firefox 1.0.x as it works properly in there.
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051008
Firefox/1.4.1 ID:2005100821
Yes, I see this too; no borders. They are present in 1.0.7.
Comment 2•20 years ago
|
||
Well, this is the stylesheet, look for the "select".
You'll find one with border: 1px solid #4C77B6; and one with border:0;
The one with border:0; comes later, so that's the one that should get applied.
So current Mozilla builds are doing it correctly, and older ones apparently not.
Opera8.5 is doing the same as current Mozilla builds.
Comment 3•19 years ago
|
||
-> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•