Closed
Bug 120909
Opened 24 years ago
Closed 22 years ago
bmf.gv.at - Javascript submenus do not open correctly
Categories
(Tech Evangelism Graveyard :: German, defect, P2)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: helmut.leininger, Unassigned)
References
()
Details
(Whiteboard: [TOOL][HIERMENU][havefix][havecontact])
Build: 2002011703
This page uses Javascript menus and submenus. The submenus should open to the
right of the menu item but they behave like drop down menus
Reproduceable: every time.
Steps to reproduce:
1. go to http://www.bmf.gv.at/service/_startframe.htm?Typ=formulare
2. move the mouse over "Steuern" on the left menu. A submenu opens.
3. move the mouse over the item "Leitfäden" or "Weitere Steuern" in the submenu
Actual Results:
The submenu triggered by step 3 just drops down overriding the menu.
Expected Results:
The submenu triggered by step 3 should open to the right of wthe item where the
mouse is over. Compare with Internet Explorer or Netscape 4.75
Comment 1•24 years ago
|
||
Confirming on 2002011503 Win2k. I'm getting literally dozens of JavaScript
errors on the JavaScript console, though, like:
Warning: reference to undefined property window.HM_Array96
Source File: http://www.bmf.gv.at/resources/menue/HM_ScriptDOM.js
Line: 120
Somehow in HM_ArrayIDPrefix the IDPrefix gets replaced by some number:
if(HM_f_ValidateArray(HM_ArrayIDPrefix + i)) ...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
How about using the latest HierMenus library from webreference.com?
Comment 3•24 years ago
|
||
This page uses <SCRIPT SRC=XXXX> which is a problem as detailed in bug #118404
Comment 4•24 years ago
|
||
This site uses HierMenu version 4.0.8: see
http://www.bmf.gv.at/resources/menue/HM_ScriptDOM.js
This problem shows up on all sites that uses the same version of HierMenu.
There's a new version available at http://www.dhtmlab.com/
The problem is in relying on the .offsetTop, .offsetLeft attributes
of <DIVS> to calculate submenu position in Mozilla. These properties
changed in Mozilla as a result of bug 81290.
Because .offsetTop is 0 in Mozilla, submenus get positioned too close
to the top of the page via the above equation; hence get positioned
too high relative to the parent menu.
Note: see bug 111151 for an example of the .offsetLeft problem
(submenus getting positioned too far to the left)
Note: see bug 90617 for the specific issue with the "HierMenus" template.
Reassigning to Tech Evangelism -
Assignee: rogerl → nitot
Component: JavaScript Engine → Europe: West
Product: Browser → Tech Evangelism
QA Contact: pschwartau → caillon
Version: other → unspecified
Comment 5•23 years ago
|
||
they need to update the hiermenu's latest version.
Whiteboard: [TOOL][HIERMENU][havefix]
Comment 6•23 years ago
|
||
Summary: Javascript submenus do not open correctly → bmf.gv.at : Javascript submenus do not open correctly
Whiteboard: [TOOL][HIERMENU][havefix] → [TOOL][HIERMENU][havefix][havecontact]
Updated•23 years ago
|
Priority: -- → P2
Comment 7•23 years ago
|
||
*** Bug 120912 has been marked as a duplicate of this bug. ***
OS: Windows 2000 → All
Hardware: PC → All
Summary: bmf.gv.at : Javascript submenus do not open correctly → bmf.gv.at - Javascript submenus do not open correctly
Comment 8•22 years ago
|
||
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: z-caillon-obsolete2 → german
Comment 9•22 years ago
|
||
site is gone
Status: NEW → RESOLVED
Closed: 22 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
•