Closed
Bug 215469
Opened 22 years ago
Closed 22 years ago
Camino does not display javascript navigation menus
Categories
(Camino Graveyard :: Page Layout, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jt.marsh, Assigned: bryner)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030807 Camino/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030807 Camino/0.7+
This page should have a "menubar" drawn near the top of the page, but in Camino
no menubar appears. The menubar does appear in Mozilla 1.3.1 and 1.5a.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.miramonteschool.org/
2.
3.
Actual Results:
Page appears without menus.
Expected Results:
Page should display menus.
Comment 1•22 years ago
|
||
theres a huge mess of a javascript that probably screws something up with the
camino UA sniffing...
guessing this is Evang but someone needs to walk through the JS first to confirm
Keywords: qawanted
Comment 3•22 years ago
|
||
Looks like they fixed the site. It works in the build this was reported against.
How strange. It is not working for me -- build 2003081810
Comment 5•22 years ago
|
||
Do you have JavaScript disabled? If so, turning it on (in Preferences->Web Features) will allow the
menu to work.
Comment 7•22 years ago
|
||
This bug looks very similar to bug 216779. Reporter, does the menu at the URL given in that bug
work for you?
No, http://www.dpchallenge.com/ does not work either. It appears to be the same
problem which is caused by:
user_pref("capability.policy.default.Window.status", "noAccess");
in my prefs.js which is set by the "Web Features" - "Prevent sites from changing
status bar or window size/position" option set true.
Still seems like a bug to me.
Comment 9•22 years ago
|
||
This seems to be javascript related reporter could you update the summary and
change layout to the javascript component ?
| Reporter | ||
Comment 10•22 years ago
|
||
How does one change the component to javascript when there is no such component
in the menu?
Comment 11•22 years ago
|
||
fixed as part of 216779.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•