Closed
Bug 84124
Opened 23 years ago
Closed 19 years ago
problems displaying javascript-based menu
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: webmaster, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
855 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
BuildID: 20010530
The menu of the page http://www.orga.de is displayed wrong. Normally there
should be an application-like menu, but mozilla not seems to be able to display
the menu. Try the site on Internet Explorer (5.x) to see the right behaviour of
the site's menu.
Reproducible: Always
Steps to Reproduce:
1. surf to http://www.orga.de
Actual Results: incorrectly displayed menu (JavaScript)
Expected Results: application-like menu should be displayed
try to visit the site with IE 5.x to see the right behaviour of the menu. Seems
to be a bug in the JS-Module of mozilla. I tried to fix it but could not solve
the problem up to now.
Comment 4•23 years ago
|
||
The page uses a lot of browser-sniffing and serves up different JS to different
browsers.
http://www.orga.de/scripts/clientSniff.js is loaded first, then the actual menu
JS file. It looks like the scripts should properly detect Mozilla as a W3C DOM
browser and load http://www.orga.de/scripts/PMN_DOM.js
However this latter file still has branching for IE5 vs other browsers. Perhaps
one of the code forks is done wrong... Jens Michael Wannenmacher, what do you
see in the JS console on this site?
Comment 5•23 years ago
|
||
I have worked out a minimised testcase.
The problem appears to be that a div with a position of relative has problems
with a child that has a position of absolute.
I'll attach my testcase.
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
I should of course point out that the menus are working. The problem is the
position of them and how they are affecting other elements (their parents).
Comment 8•23 years ago
|
||
I'm seeing strange things happening with the javascript menu and news scroller
on http://www.ljbc.wa.edu.au/ too. Similar type menu, but I'm not sure if they
are related (I know hardly anything about javascript code). This one can do
strange things like have links all over the place, or (usually) not even display
at all.
Comment 9•23 years ago
|
||
Comment 10•23 years ago
|
||
I agree with Conor; reassigning to DOM Style for disposition -
Assignee: rogerl → jst
Status: UNCONFIRMED → NEW
Component: Javascript Engine → DOM Style
Ever confirmed: true
QA Contact: pschwartau → ian
Reporter | ||
Comment 11•23 years ago
|
||
I see nothing on the console...
Comment 12•23 years ago
|
||
-> HTML Tables. Basically, there's a table sizing problem on reflow. It's not
a bug in the DOMCSS code.
amar: It might be possible to simplify this testcase even further.
Reporter | ||
Comment 13•23 years ago
|
||
The bug appears after loading the complete site, before that moment everything
seems to be allright.
Reporter | ||
Comment 14•23 years ago
|
||
changed priority of the bug because there weill be more and more users using
Mozilla or Netscape 6.x that will have a problem to view some pages correctly
and because nothing has been done since June 2001.
Severity: normal → major
Reporter | ||
Updated•23 years ago
|
Severity: major → normal
Priority: -- → P2
Reporter | ||
Comment 15•23 years ago
|
||
amar: are you going to solve that prob. in the future (perhaps until the final
is released) ?
Comment 16•23 years ago
|
||
I don't know. This site looks just like it does in IE. Reporter, does this
work for you now?
Reporter | ||
Comment 17•23 years ago
|
||
YEs it works because we changed the Script of that site
Comment 18•23 years ago
|
||
Temporarily moving to future until a milestone can be assigned.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 19•22 years ago
|
||
*Outdated, Worksforme*. Site now has different web design to one mentioned.
Using Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.1a) Gecko/20020608
(SeaMonkey Build Mozilla/1.1Alpha)
Comment 20•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: ASSIGNED → NEW
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 21•21 years ago
|
||
When you hover the menu on this site a submenu appears, but the actual menu you
hovered disappears. Dont know if this was the original problem for this bug.
Get a javascript error:
Error: x is not defined
Source File: http://www.orga.de/hps/client/orga/public/hxcms/js/menu_moz.js
Line: 1130
Comment 22•19 years ago
|
||
testcase worksforme with linux trunk 2005060102 and 1.7. table is not oversized
as it is with older builds and the "big text" shows/hides properly.
resolving WORKSFORME
reopen if there's still a problem with the original bug
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•