Closed
Bug 104790
Opened 24 years ago
Closed 17 years ago
yashir1.co.il - popup menus not appearing (document.all)
Categories
(Tech Evangelism Graveyard :: Hebrew, defect)
Tech Evangelism Graveyard
Hebrew
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011
BuildID: 2001101117
If you connect to http://www.yashir1.co.il with IE, you get redirected to the
URL in the title. (sorry, page in Hebrew).
On the right, there is a title of "actions on personal account". In IE, if you
point the mouse to it, a popup menu appears. In Mozilla, nothing happens.
In addition, in mozilla part of the page is obscured by a white rectangle, which
I suspect has to do with the missing menu.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.yashir1.co.il
2.Hover the mouse over the text on the top right
3.there is no third step
Actual Results: Nothing
Expected Results: A menu should have poped up.
The code snippet seems to be:
<
input
type
=
"hidden"
name
=
"BulletImageName1"
id
=
"BulletImageName1"
value
=
"peulot"
/
>
>
<input type="hidden" name="BulletDefaultImageName1" id="BulletDefaultImageName1"
value="peulot_off" />
<table cellspacing="0" border="0" cellpadding="0">
<tr>
<td name="1" onmouseover="OpenMenu(1, document.all('TD' + this.name), 0,
false);"><img src="../images/menubar/peulot_text.gif" /></td>
Comment 1•24 years ago
|
||
Uses document.all. Moving to Tech Evangelism.
Assignee: morse → momoi
Status: UNCONFIRMED → NEW
Component: Form Manager → Middle Eastern
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: tpreston → xslf
Summary: popup menus not appearing → ashir1.co.il - popup menus not appearing (document.all)
Version: other → unspecified
Fixed typo in subject
Summary: ashir1.co.il - popup menus not appearing (document.all) → yashir1.co.il - popup menus not appearing (document.all)
Updated•23 years ago
|
Severity: normal → major
There are huge amounts of extraordinarily bad web design on this site. However,
this bug is due to javascript:
Error: document.all is not a function
Source File: http://www.yashir1.co.il/ysh/front/document.asp
Line: 719
Error: event is not defined
Source File: http://www.yashir1.co.il/ysh/front/document.asp
Line: 1146
Error: LTop2 is not defined
OS: Windows 2000 → All
Hardware: PC → All
Whiteboard: [proprietary-js]
Comment 4•22 years ago
|
||
tech evang june 2003 reorg
Assignee: momoi → hebrew
Component: Middle Eastern → Hebrew
QA Contact: xslf → hebrew
Comment 5•19 years ago
|
||
reporter, do you still have problems with this site? except for some minor positioning problems, i think the site works pretty good (i don't have an account with them, so i don't know what's happening in the account area).
Comment 6•17 years ago
|
||
I can confirm (FF 3.0.1) that this page displays fine now.
recommend to close this bug.
Comment 7•17 years ago
|
||
closing based on comment 6. reopen if you still have significant problems.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•