Closed
Bug 223081
Opened 21 years ago
Closed 17 years ago
bankboston.com.br - tables or field sizes not correctly understood by browser
Categories
(Tech Evangelism Graveyard :: Portuguese, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: spam, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
on the top frame (secure area), login fields are bigger than they should be.
it would be much easier for developers if firebird understood the same
parameters as for IE.
Reproducible: Always
Steps to Reproduce:
1. just visit the site http://www.bankboston.com.br
2.
3.
Expected Results:
have all fields aligned, and with the correct width.
Reporter | ||
Comment 1•21 years ago
|
||
might be a problem with field parameters, or the way it understands tables. The
same thing happens inside my email account site.
Summary: tables not correctly understood by browser → tables or field sizes not correctly understood by browser
Comment 2•21 years ago
|
||
IE and Mozilla aren't even being given the same code for the top frame, so I
don't know how you can say one is right and one is wrong.
In any event, this is not a Firebird specific bug since Mozilla will give the
same layout.
->Browser/Layout
Assignee: blake → other
Component: General → Layout
Product: Firebird → Browser
QA Contact: ian
Version: unspecified → Trunk
Comment 3•21 years ago
|
||
=>Tech Evangelism
As Bill said. Mozilla recives different code, whole JS was made for IE/NotIE:
namebrowser = navigator.appName.toUpperCase();
if (namebrowser == "MICROSOFT INTERNET EXPLORER")
browsertype = B_IEXPLORER
else
browsertype = B_NETSCAPE
Because it's only layout problem i'd suggest INVALID, but since there is JS
error i hope it can be evangelizated
Component: Layout → Portuguese
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Assignee: layout → portuguese
QA Contact: ian → portuguese
Summary: tables or field sizes not correctly understood by browser → bankboston.com.br - tables or field sizes not correctly understood by browser
Comment 4•17 years ago
|
||
BankBoston's Brazilian operations were bought from Bank of America by Banco Itaú, and I assume the site in this bug (which now times out) has been incorporated into
http://www.itau.com.br/
If there's still a bug there, please file a *new* TE bug against Banco Itaú.
I'm going to resolve this one FIXED by the merger/buyout/transfer since comment 3 makes it clear there was indeed a TE bug at one time.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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
•