Closed
Bug 103674
Opened 24 years ago
Closed 21 years ago
csebanking.it - Severe page layout problems. Sometime Mozilla crashes!
Categories
(Tech Evangelism Graveyard :: Italian, defect, P1)
Tech Evangelism Graveyard
Italian
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Franco_gianpi, Unassigned)
References
()
Details
(Keywords: ecommerce, Whiteboard: [PROPRIETARY-JAVASCRIPT] [proprietary-html])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.4) Gecko/20010913
BuildID: 20010923
A lots of errors resulted by javascript engine. Visuality is compromised and
some bottons such as "Portfolio" work very bad.
Even charts not loaded and texts not aligned.
However I have installed jre 1.3.1 (Sun) and a lot of plugins: Shockwave,
Realvideo, Java (1.3.1) and all these work very fine (I can see for example
going to home page www.bapr.it). These plugins don't help everyway.
Reproducible: Always
Steps to Reproduce:
1.go to https://www.csebanking.it/demo/05036Logon.html
2.go to [Entra]
3.everything inside goes wrong!
Expected Results: Every component of described web pages should be corrected
aligned and loaded.
![]() |
||
Comment 1•24 years ago
|
||
The site uses document.all and document.layers and gives us JS that's IE-only
since we do not support document.layers. Over to evangelism.
Assignee: rogerl → nitot
Status: UNCONFIRMED → NEW
Component: Javascript Engine → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → caillon
Whiteboard: [PROPRIETARY-JAVASCRIPT]
Version: other → unspecified
Comment 2•23 years ago
|
||
Confirming on Win2K. OS -> All. Corrected URL.
Accepting Bug.
Problem is likely to come from the tool they use to design their pages :
<meta name="GENERATOR" content="IBM WebSphere Page Designer V3.0.2 for Windows">
that does bad sniffing :
ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;
Cannot find contact details.
Severity: critical → blocker
Status: NEW → ASSIGNED
OS: Linux → All
Priority: -- → P2
Comment 3•23 years ago
|
||
updating summary by adding domain name.
When connecting to https://www.csebanking.it/ using 20020311, I get an ampty
HTML document. (just <html> </html>)
Confirming with 0.9.9 on Windows 2000.
Summary: Severe visualization problems inside HTML pages when entering (also only in demo mode). Sometime Mozilla crashes! → csebanking.it : Severe visualization problems inside HTML pages when entering (also only in demo mode). Sometime Mozilla crashes!
https://www.csebanking.it/demo/05036/index.html?Userid=123456-01&Password=password&Entra=Entra
now returns a 404 error.
The site still uses layer tags.
Severity: blocker → major
Priority: P2 → P1
Hardware: PC → All
Summary: csebanking.it : Severe visualization problems inside HTML pages when entering (also only in demo mode). Sometime Mozilla crashes! → csebanking.it - Severe page layout problems. Sometime Mozilla crashes!
Whiteboard: [PROPRIETARY-JAVASCRIPT] → [PROPRIETARY-JAVASCRIPT] [proprietary-html]
Comment 6•22 years ago
|
||
italian default owner
Assignee: nitot → italian
Status: ASSIGNED → NEW
QA Contact: z-caillon-obsolete2 → italian
Comment 7•21 years ago
|
||
Seems to me that there is no site anymore.
The bug should be closed now.
Comment 8•21 years ago
|
||
yes, the demo page is still online but the main site is no longer, marking as
invalid
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
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
•