Closed
Bug 279968
Opened 20 years ago
Closed 14 years ago
israeltrade.org.au - Java Sidebar is not displayed
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rst, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Starting the www.israeltrade.org.au, you dont get the java programmed sidebar to choose menues. All installations (including IE6) have Sun Java JRE 1.5 (Version 5, 1 ) installed. (same with JRE1.4). Sidebar works well under IE6, Does not work under Firefox 1.0 (XP, 2000, SUSE ) Reproducible: Always Steps to Reproduce: 1. http://www.israeltrade.org.au 2. 3. Actual Results: No sidebar visible. Expected Results: show sidebar Java is activated . Hide Status Bar unticked Change status Bar unticked.
Comment 1•20 years ago
|
||
There is no Java applet on that page but I can see a Javascript menu which
doesn`t work because they use document.all or document.layers :
menucontent+="</table>"
if (document.all) {
menu.innerHTML=menucontent
}
if (document.layers) {
document.menu.document.write(menucontent)
document.menu.document.close()
}
}
-> Tech Evangelism (broken side, no Mozilla bug)Assignee: firefox → english-other
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: general → english-other
Comment 2•20 years ago
|
||
Conforming summary to TFM item 10 at http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: Java Sidebar is not displayed → israeltrade.org.au - Java Sidebar is not displayed
Comment 3•16 years ago
|
||
still broken
Comment 4•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009. If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself. Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•