Closed Bug 138854 Opened 22 years ago Closed 10 years ago

chase.com - Page not properly displayed, and a blank page at account access page.

Categories

(Tech Evangelism Graveyard :: English US, defect, P3)

x86
Windows XP
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jorge, Unassigned)

References

()

Details

(Whiteboard: [bank])

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020419
BuildID:    2002041903

When I visit Chase.com, in comparisons to all other browsers,
including Netscape 4, the Chase homepage is not properly
displayed. Drop down menus are missing and the fonts are 
not properly displayed. I know this a long shot 
since you all my not have an account here or may, but when ever
I try to access my account, after I log in, I get a
blank page.

Reproducible: Always
Steps to Reproduce:
1.Visit Chase.com.
2.
3.

Actual Results:  Page not properly displayed, and a blank page on account access
page.
The dropdown menus workforme, linux build 2002-04-20-07.  Page looks about the
same as in NS4....

Could you possibly attach screenshots showing the problems?
The problem is on XP. 
Yes, but the layout engine itself is identical on Linux and XP... so if it's a
bug on one but not the other it's almost certainly not a bug in layout (but
maybe a bug in the compositor or something along those lines).
Mozilla on Linux acts very different than on XP. 
I have tried them both and the same versions on different platforms interpret
websites differently. Actually the browser is much more stable on Linux, then on XP.
Hmm.  XP/RC1.

The drop-down menus are displaying, however the first two submenus (which are
displayed over the "small business" or "advice & planning" tabs have a missing
line or two of text.

I've enclosed an attachment.

-Brett
Attached image the rendering problem.
Confirming issue in the May 23th build (2002-05-23-05 1.0.0)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → Future
*** Bug 162120 has been marked as a duplicate of this bug. ***
Also see Bug 162120 which I marked as a duplicate of this.  There are
differences in layout between Win2k and WinXP, and possible browser-sniffing
problems on the website.  

I can confirm that there are layout issues trunk 20020919/win2k... to reproduce,
click on the red "Small Business" and mouseover "Business Banking": the white
text from "Advice and Planning" renders over the menu.  I don't know whether
this is an evangelism issue or a layout bug.
-> Tech Evangelism

three problems:

1. the generated menu code looks like this:

<table ...width="95" id="tableHeight">
<tr>
  <td align="center">
     <table... width="93">
       <tr><td class="bc-spacer">&nbsp;</td></tr>
       <tr><td ...><a ...>Overview</a></td></tr>
       :
     </table>
  </td>
</tr>
</table>

where .bc-spacer is defined in global.css as
  {font-family: arial,helvetica,sans-serif;font-size: 2px;}

well, if minimal font-size is specified in the Preferences, you'll
get a large spacing between links

2. offsetTop is not calculated correctly (in allDOM.js):

change
   lMenu.top = document.getElementById("Subly"+lMenu.name).offsetTop;
to
   element = document.getElementById("Subly"+lMenu.name);
   y = 0;
   while (element) {
     y += parseInt(element.offsetTop);
     element = element.offsetParent;
   }
   lMenu.top = y + 'px';
solves the problem

3. .css not sent as text/css
Assignee: attinasi → other
QA Contact: petersen → ian
really reassigning
Assignee: other → aruner
Component: Layout → US Banks
Product: Browser → Tech Evangelism
QA Contact: ian → bclary
Version: Trunk → unspecified
-> evang500
Keywords: evang500
Summary: Page not properly displayed, and a blank page at account access page. → chase.com - Page not properly displayed, and a blank page at account access page.
Whiteboard: [bank]
SPAM: New Components
Assignee: aruner → english-us
Component: US Banks → English US
QA Contact: bc → english-us
Target Milestone: Future → ---
*** Bug 223537 has been marked as a duplicate of this bug. ***
one of the best references/recommendations I've found for encouraging financial institutions to support firefox is located at bankers on-line web site 

http://www.bankersonline.com/security/security_browserthreat070204.html 

It was written in 2004 during the download.ject attack, but much of it still applies today.  This is a good link to send when contacting banks.
Is this still a problem? I don't have a Chase account, but I can certainly access chase.com without any weirdness in Camino trunk and Firefox 2.
When I use Minefield Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081029 Minefield/3.1b2pre

on XP PRo SP3 and try to access 
https://www.dabs4work.com/account.aspx

Then before I can press a key or enter my account details the page goes blank on me.

The status bar at the bottom says "Transferring data from seal.globalsign.com..." and the url has changed to "https://www.dabs4work.com/accountlogin.aspx?refmode=3&referer=%2faccount.aspx"
and after 5mins the data transfer icon on the tab is still going around but nothing is happening.
Site looks like it has been updated and I don't see any bugs. Closing. If someone verifies the bug still exists please reopen.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: