Closed Bug 181005 Opened 22 years ago Closed 22 years ago

JavaScript based dropdown menu not working

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 163503

People

(Reporter: daniel.n.nilsson, Assigned: rogerl)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021114
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021114

On the page referenced in the URL, there are dropdown menus on the right side of
the page "browse brands" "browse products" etc. These menus can be dropped down,
but when you try to make a selection, the menu doesn't stay up so no selection
can be made.


Reproducible: Always

Steps to Reproduce:
This has nothing to do with JS, and it's not a JS-based dropdown menu...  The
<select> is inside a <span> with :hover style on it.

*** This bug has been marked as a duplicate of 163503 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Verified Duplicate -


<div class="smalltxt">
  <select ONCHANGE="gotosite(this.options[this.selectedIndex].value)"
          NAME=URL class=dropdown> 
    <option SELECTED>Browse Brands

               etc.


Meanwhile, from http://www.horizonhobby.com/ie_style_v1.css,
this is defined:

.smalltxt:hover
{ 
  font-family: arial;
  font-size : 11px;
  color : #ffcc33;
}


Note, as mentioned in bug 163503 comment 13, the problem is confined
to Linux only. Indeed, the site given in this bug works fine with
Mozilla trunk binary 20021115xx on WinNT.


Daniel: thank you for this report. You have been cc'ed on bug 163503
so you can follow progress on this issue -
Status: RESOLVED → VERIFIED
I'm sorry about the duplicate, couldn't find any bug reported against this
website and the first time through the html source it appeared to be heavily
based on javascript. I went back and read the page source again and I now
realize this specfic menu has nothing todo with javascript :-(

Anyway, thanks for moving this bug to the right area.
You need to log in before you can comment on or make changes to this bug.