Closed
Bug 148260
Opened 24 years ago
Closed 4 years ago
Mozilla 1.0RC3 does not display the admin pages for Cobalt RaQ XTR correctly.
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bgsmith, Unassigned)
Details
Attachments
(1 file)
|
23.98 KB,
text/html
|
Details |
The Sun Cobalt RaQ XTR is a web server appliance based on linux (redhat 6.x) and
apache. It is administered via a php-based web application. This admistrative
web application displays correctly in MS IE (5.5), Konquereur (KDE 3), and
Netscape 4.x. It does not display correctly in Mozilla 1.0RC3 (or Galeon).
The admin web interface is comprised of tabs across the top and a menu panel
down the left side. Menus are tied to tabs. Mozilla fails to display the menu
items at all. Tabs are displayed correctly.
Comment 1•24 years ago
|
||
no blocker in any case...
Can you save the Html and attach it to this bug or do you have a demo URL for
the WEB-Interface ?
Do you see any errors in the Javascript Console ?
Severity: blocker → major
Comment 2•24 years ago
|
||
If this web-interface is a Java applet :
Can you please upgrade to JRE1.4 ?
| Reporter | ||
Comment 3•24 years ago
|
||
I have attached the html source for a page from the admin web application for
Cobalt web servers. Netscape 4.x and MS IE correctly display this page. Mozilla
1.0RC3 does not.
The Javascript console does display errors. The errors are listed below:
Error: top.code.mItem_Item is not a constructor
Source File: https://xxx.xxx.xxx.xxx:81/nav/cList.php?root=root&group=server
Line: 24
Error: top.code has no properties
Error: top.code has no properties
Error: top.code.monitorLight_repaintLight is not a function
Source File:
https://xxx.xxx.xxx.xxx:81/cgi-bin/.cobalt/turbo_ui/dispatch/alertSignal
Line: 4
This web application is not an applet.
Thanks, Please let me know if I can provide additional information.
Comment 4•23 years ago
|
||
I see that one of the frames has the name "code". Is the JavaScript trying to
access stuff in that frame using 'top.code.*' ?
Assignee: Matti → jst
Component: Browser-General → DOM Level 0
QA Contact: imajes-qa → desale
| Reporter | ||
Comment 5•23 years ago
|
||
The same problem continues to exist under Mozilla 1.0 final.
I do not know the answer to the question Mats Palmgren has asked.
Brad Smith
| Reporter | ||
Comment 6•23 years ago
|
||
I tried using Netscape 4.79 on my RedHat system with the Cobalt web admin
interface. It worked correctly. Mozilla 1.0, as noted above, does not render the
web interface correctly.
Comment 7•23 years ago
|
||
I am having the same problem. I'm running BSD 4.7 and Mozilla 1.2a,1.
Comment 9•23 years ago
|
||
P.S. That should read: I'm running FreeBSD 4.7.
Comment 10•23 years ago
|
||
To be able to display the admin page, you must make a correction in
the /usr/sausalito/ui/web/libJs/collapsibleList.js file.
At line 249 you have the following tag:
doc.write("<DIV ID=\""+_cList_elementId+"\" STYLE=\"position:absolute;
visibility:hidden; left:"+_cList_x+"; top:"+_cList_y+";\">");
and at line 255
doc.write("</DIV>");
Just comment ou thes two lines and ths left menu tree should display correctly
on your browser.
I don't know much about hml tags and javascript but if someone could explain me
why it does not work with mozilla, it would be helpfull
lam son
Comment 11•23 years ago
|
||
Just to complete my previous message :
when commenting out the lines you won't display the me frames correctly with IE.
Only the left collapsible list will be displayed.
for the two line I put this:
if (document.all)
doc.write("<DIV ID=\""+_cList_elementId+"\" STYLE=\"position:absolute;
visibility:hidden; left:"+_cList_x+"; top:"+_cList_y+";\">");
[...]
if (document.all)
doc.write("</DIV>");
this works all right.
lam son
Comment 13•22 years ago
|
||
Problem still present in 1.5/Linux.
Comment 14•22 years ago
|
||
Todd, were you able to access the testcase? it says it couldn't find blank.html
for me.
Comment 15•21 years ago
|
||
I found a bad page by Mozilla 1.7.7 on Win XP
http://www.tat.com.tw/
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: desale → general
Comment 16•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 17•4 years ago
|
||
Marking this as Resolved > Incomplete since the last real activity on this issue was 17 years ago and it might not be relevant anymore.
Feel free to re-open it if it's not the case and the issue is still relevant.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•