Closed
Bug 138972
Opened 23 years ago
Closed 15 years ago
pucpr.br - programs page is not displayed
Categories
(Tech Evangelism Graveyard :: Portuguese, defect)
Tech Evangelism Graveyard
Portuguese
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: atrlinux, Unassigned)
References
()
Details
(Whiteboard: [login required] [proprietary-js])
Attachments
(1 file)
|
380 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041717
a page with this:
<html>
<head>
<style type="text/css"> body { background-color: white }</style>
<link rel="stylesheet" href="css/BibServTextos.css">
<title></title>
</head>
<body>
<br>
<br>
<br>
<marquee behavior="alternate"><blink>
<center><font class="ft-textos1"><!--CARREGANDO...-->Carregando...</font></center>
</blink></marquee><br>
<br>
</body>
</html>
do not load.
Reproducible: Always
Steps to Reproduce:
1.http://lami.pucpr.br/eureka
2.User: thieme
3.Password: 00thieme00 (trust)
4.Click in "Programação concorrente" (concurrent programming)
Not is displayed (in windows explorer and netscape 4.7 is OK )
Expected Results: The page is displayed
Please, the password is confidencial
Comment 1•23 years ago
|
||
wow.. the shortest was to do every possible HTML error? The given code loads,
but give it some time to laugh
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
clicking on that link loads a new page in the "menu" frame (second from top).
This page has the following code:
<body LANGUAGE=javascript onload="return window_onload()">
function window_onload() {
document.layers[0].visibility='show'
cl_abrirjanela('co_nmsg.asp?method=sr_ExibirInformacoes','Eureka_PopUp','HEIGHT=250,WIDTH=550,MENUBAR=1,SCROLLBARS=1')
cl_ExibirEdital()
top.frame1.window.location.reload()
}
The cl_ExibirEdital function is what should load the "correct" page in the
bottom frame. However, document.layers is undefined in Mozilla (it's an
NS4-only thing) and hence script execution stops on that line, never getting to
the cl_ExibirEdital() call.
To evangelism -- looks like bad server-side sniffing.
Alexandre, I strongly advise you to change that password, since this bug report
is freely available to anyone who looks...
Assignee: Matti → momoi
Status: UNCONFIRMED → NEW
Component: Browser-General → The Americas
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: imajes-qa → jonrubin
Version: other → unspecified
The password has changed, post-login page can no longer be tested.
On the entry page:
Error: is is not defined
Source File: http://lami.pucpr.br/eureka/entrada/index.asp
Line: 10
Error: parent.cbe.appendNode is not a function
Source File: http://lami.pucpr.br/eureka/includes/cbe/cbe_core.js
Line: 79
OS: Linux → All
Hardware: PC → All
Summary: Pages wiht stylesheet (css) is not displayed → pucpr.br - programs page is not displayed
Whiteboard: [login required] [proprietary-js]
Comment 5•22 years ago
|
||
tech evang june 2003 reorg
Assignee: momoi → portuguese
Component: The Americas → Portuguese
QA Contact: jonrubin → portuguese
Comment 6•15 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: 15 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
•