Closed Bug 107551 Opened 23 years ago Closed 21 years ago

firstcitizens.com - popup menu on page is not displayed

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows NT
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: phil_mozilla, Assigned: arun)

References

()

Details

(Whiteboard: [PROPRIETARY-JAVASCRIPT])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.5) Gecko/20011011
BuildID:    2001101117

0.9.5 displays:

  http://www.firstcitizens.com

incorrectly compared to 4.77.

Specifically, the menu which should appear when the mouse is moved over the
"Online Banking" button to the left of the screen, is not displayed.  

Reproducible: Always
Steps to Reproduce:
1. Display the page
2. Move the mouse pointer over the "Online Banking" button
3.  note that menu is not displayed.

Actual Results:  Page displayed incorrectly.  The pop-up menu is not displayed.



Expected Results:  The pop-up menu should have been displayed as it is
with Netscape 4.77, and IE 5.00.
The menu code does:

var nav = fcb.layers;
var ex = fcb.all;

if (nav) {
...
} else if (ex) {
...
}

Over to evangelism -- this site needs to fix their code to support the W3C DOM.
Assignee: attinasi → bclary
Status: UNCONFIRMED → NEW
Component: Layout → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Whiteboard: [PROPRIETARY-JAVASCRIPT]
Version: other → unspecified
Summary: popup menu on page is not displayed → firstcitizens.com - popup menu on page is not displayed
Blocks: 113492
bank
Assignee: bclary → aruner
Component: US General → US Banks
QA Contact: zach → bclary
No longer blocks: 113492
What is the correct way to make an onMouseOver menu attached to a GIF or text ?

When I move my mouse over that GIF or text, Mozilla actually does nothing.
I expect a little pop-up menu to appear when the mouse is over that GIFs or text
(at least when JavaScript and Java are turned on).
(If I had Java and JavaScript turned *off*, then the actual behavior I'm seeing
now would be great).

I see this unexpected behavior occur at all 3 of these sites:
  http://www.simplythebest.net/info/dhtmscript51.html
  http://www.firstcitizens.com
  http://www.comfedcu.org/
(Do we need a seperate Bugzilla bug for each of these sites ?)

(The menu pops up just fine on all these sites when I use a competing web browser).

I'm  using
  Mozilla 1.2a Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2a) Gecko/20020910
with *all* the checkmarks turned on under
  Edit | Preferences... | Advanced | Scripts & Plugins
(fully enabling JavaScript),
and also enabling Java with
  Edit | Preferences... | Advanced | [Y] Enable Java
.

At 2 of these sites, Mozilla's actual behavior isn't too bad. When I click the
GIF, Mozilla takes me to another page which lists all the options that were on
the pop-up menu.
But Mozilla's actual behavior at
  http://www.comfedcu.org/
is terrible -- clicking the GIF there does nothing. This blocks Mozilla from
viewing any other part of that web site.

The comfedcu site uses lots of code like this
<a href="#"
  onmouseout="display(10,rates); timer(0);"
  onmouseover="activateMenu(4,'tools',151,176); display(09,rates); timer(1);"
>
<img NAME="rates" SRC="/images/imageready_07.gif"
  WIDTH=151 HEIGHT=20 BORDER=0>
</a>

It would be a vast improvement if comfedcu changed that to:

<a href="http://www.comfedcu.org/rates.asp"
  onmouseout="display(10,rates); timer(0);"
  onmouseover="activateMenu(4,'tools',151,176); display(09,rates); timer(1);"
>
<img NAME="rates" SRC="/images/imageready_07.gif"
  WIDTH=151 HEIGHT=20 BORDER=0
  alt="rates"
>
</a>

Then clicking the GIF does the Right Thing (although Mozilla still wouldn't
display this onMouseOver menu).
What is the correct way to make Mozilla display this onMouseOver menu ?

In Mozilla, when I choose
  Debug | XBL Test Suite | Popups in HTML
I am redirected to
  http://www.mozilla.org/projects/xbl/test3/test.html
.
I see a big, empty white box with the black border.
I expected *something* inside that box.

Is
  http://www.mozilla.org/projects/xul/tests/popups.xul
relevant ?
Resolving as FIXED. The site has been modified to now use drop-down menus
instead of the former javascript pop-up menu.

Not sure if Mozilla.org evangelism had anything to do with it or not, but it has
been changed, and the new site works fine.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Moving to new component
Component: US Banks → English US
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.