Closed
Bug 139185
Opened 24 years ago
Closed 22 years ago
siga.ufrj.br - requires IE 6
Categories
(Tech Evangelism Graveyard :: Portuguese, defect)
Tech Evangelism Graveyard
Portuguese
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cesarb, Unassigned)
References
()
Details
(Whiteboard: [DENY][PROPRIETARY-JS][TOOL][HIERMENU])
Attachments
(3 files)
The new SIGA system UFRJ developed (used to check your grades, amongst other
things) only works in IE 6. Faking the user-agent doesn't make it work either,
so they are probably using some broken JavaScript. The system is acessible to
all UFRJ students and teachers (you need a password to get in. The logon screen
is at www.ufrj.br).
I will attach some screenshots of the site.
This is what I sent to the webmaster using the feedback form:
Porque fazer um sistema que só funciona no IE6? Muita gente não tem esse
browser. E os usuários de Unix (como eu), como é que fica? O Netscape 6 tem um
JavaScript parecido com o do IE6 (incluindo DOM). Não deve dar muito trabalho
suportá-lo (comparado com a dificuldade de suportar o Netscape 4).
Os browsers que eu tenho são IE5 (nunca usei; o IE tem muitos furos de
segurança, vide http://jscript.dk/unpatched/), Netscape 4.7, Netscape 6.0, e
Mozilla 1.0RC1 (mesmo código do Netscape 6; mais próximo do Netscape 6.2), que é
o que eu uso normalmente.
Não tenho espaço em disco na partição com Windows 98 para instalar o IE 6 (a
partição é muito pequena, uma vez que só uso para fazer o imposto de renda; todo
o resto eu faço no Linux). Além disso, há o risco de a instalação do IE 6 causar
problemas (uma vez que ela altera parte do sistema operacional).
Vou tentar ir ao laboratório do DCC (quase uma hora de ônibus, uma vez que moro
em Niterói) e acessar de lá. Embora eu ache difícil, pois pelo que eu me lembro
ele tem uma versão bem antiga do Netscape 4 (no laboratório Linux) e várias
variações de IE 5 e IE 5.5 (no laboratório Windows), metade das quais trava ao
acessar qualquer página https.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
| Reporter | ||
Comment 4•24 years ago
|
||
They've invited me to help. I'm waiting for their reply. If I get in, I think
I'll assign this bug to myself.
Comment 5•24 years ago
|
||
Open the JavaScript console under Tools and see if any error appear for that site.
Whiteboard: [DENY]
| Reporter | ||
Comment 6•24 years ago
|
||
Yes.
Error: redeclaration of const hide
Source File: chrome://wallet/content/walletOverlay.js
Line: 1
Error: isFrames is not defined
Source File: https://intranet.ufrj.br/scripts/hierMenus.js
Line: 12
Error: aWindow.document.all has no properties
Source File: https://www.siga.ufrj.br/sira/js/browser.js
Line: 111
Error: aWindow.document.all has no properties
Source File: https://www.siga.ufrj.br/sira/js/browser.js
Line: 111
Error: aWindow.document.all has no properties
Source File: https://www.siga.ufrj.br/sira/js/browser.js
Line: 111
I believe at least browser.js can be downloaded without any passwords (the
authentication seems to be cookie-based and only in the .jsp pages)
So, it looks like it's document.all that is the problem (that was the
information you were looking for, right?)
| Reporter | ||
Comment 7•24 years ago
|
||
Assigning to myself. I'm working with them on it.
| Reporter | ||
Comment 8•24 years ago
|
||
Really accepting this time
| Reporter | ||
Comment 9•24 years ago
|
||
Looks like I can't accept my own bug, even if it's one of the options when I'm
logged in... :(
Comment 10•24 years ago
|
||
Confirming the bug, re-assigning to Cesar and CC'ing Marcio.
The site seems to be using sniffing script to put up a dialog.
I tried this with the current 1.0 branch build and I am not
getting the kind of errors Cesar is.
Marcio, please take a look and confirm the problem if
possible.
Assignee: momoi → cesarb
QA Contact: jonrubin → momoi
| Reporter | ||
Comment 11•24 years ago
|
||
momoi, you can't get the error messages without having a password. If you
somehow manage to get in without one (and I'm not talking about the .js files),
that's a bug in the site. You also need to fake the user-agent (looks like
server-side sniffing, but I'm not 100% sure).
The bug is still unconfirmed; bugzilla seems to be acting screwy... (at least
you managed to reassign)
Comment 12•24 years ago
|
||
Confirming per comment #10. Also updating platform and OS since this will
happen on all platforms and OSs since document.all is proprietary
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: SIGA UFRJ requires IE 6 → siga.ufrj.br - requires IE 6
Whiteboard: [DENY] → [DENY][PROPRIETARY-JS][TOOL][HIERMENU]
Comment 13•23 years ago
|
||
looks better now - or?
Comment 14•23 years ago
|
||
tech evang june 2003 reorg
Assignee: cesarb → portuguese
Component: The Americas → Portuguese
QA Contact: momoi → portuguese
| Reporter | ||
Comment 15•22 years ago
|
||
Nobody announced it, it still says it needs IE 6, but if you try to go there
with Mozilla, it will work (except in some functions which probably haven't been
converted yet). Closing.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•11 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
•