Closed
Bug 92265
Opened 24 years ago
Closed 24 years ago
netscape.com - columns render as one column
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tracking
(Not tracked)
People
(Reporter: kinmoz, Assigned: bc)
References
()
Details
Using my 07/24/01 MOZILLA_0_9_2_BRANCH Win32 debug build:
I load the default page for my.netscape.com (http://my.netscape.com), and
instead of seeing the usual 3 columns of content, I see a single column
containing all the content.
That is what should be rendering like:
Column1 Column2 Column3
is now rendering as:
Column1
Column2
Column3
Not sure if this is a table issue or not.
Comment 1•24 years ago
|
||
I don't see the problem on a 7/18 debug branch. Is it possible that mozilla 6.1
is getting redirected to a different page?
Comment 2•24 years ago
|
||
Looks OK with 07-23 branch build - d'loading the 7-24 build now...
Comment 3•24 years ago
|
||
7-24 branch build is working fine for me too, logged-in and not logged-in.
Kin, any additional data that might help us understand why this is wrong for
you? Did you try logged-in or logged-out?
Comment 4•24 years ago
|
||
_my_.netscape.com looks okay, too ;-) (it's trunk build from this AM).
Comment 5•24 years ago
|
||
I can't reproduce either on the July 24th branch. All three columns are rendered
for me too. I'm going to the url directly and not logging in as a member. Tested
under Windows ME.
Comment 6•24 years ago
|
||
7/25 branch winNT, WFM both signed in and not signed in.
So waterson and I have been looking into this and it seems that with my Win32
build, I get the correct layout when using my Commercial build (netscp6.exe),
and the wrong layout when using the Mozilla build (mozilla.exe).
Here's the user agent string for my Commercial build:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2) Gecko/20010724
Netscape6/6.1
And here's the user agent string for my Mozilla build:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2) Gecko/20010724
waterson says that for my Mozilla build, my.netscape.com is serving me a page
intended for use in Netscape 4.x which uses layers, where as with my Commercial
build, I get the correct page.
waterson can't reproduce this problem with his branch build from today, so I'm
currently pulling a fresh branch build for today and will report back my
findings.
Comment 8•24 years ago
|
||
FWIW: my Mozilla build from last night works fine too (CVS build, some minor
changes in my tree that should make no difference).
Cc'ing barrowma@netscape.com ... this looks like it may be a UserAgent sniffing
problem on the my.netscape.com side of things.
I changed Mozilla's useragent string in the debugger so that it tacks on the
vendor/vendorSub string "Netscape6/6.1", and my.netscape.com serves me the right
version of the page.
I had anthonyd@netscape.com try loading my.netscape.com with his Win32 Mozilla
build, and he got the correct version of the page. So I'm still a little puzzled
about why I'm getting the wrong page ... unless my.netscape.com is checking OS
versions?
Here's anthonyd's Mozilla user agent string:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2+)
Gecko/20010717
Reporter | ||
Comment 10•24 years ago
|
||
Since this isn't a layout bug, I'm changing the component to "Evangelism" and
removing "Assigned To:".
Component: Layout → Evangelism
Reporter | ||
Comment 11•24 years ago
|
||
--> default AssignedTo and QAContact for Evangelism component.
Assignee: karnaze → bclary
QA Contact: petersen → zach
Comment 12•24 years ago
|
||
Another data point: using an MFCEmbed branch build with user agent string:
Mozilla/5.0 (Windows; U; Win98; rv:0.9.2) Gecko/20010725
I cannot reproduce the bug. I see the standard 3 columns.
Reporter | ||
Comment 13•24 years ago
|
||
It looks like they are looking at the OS within the user agent. If I change my
user agent string to use Win98 or Windows NT 5.0, I get the correct version of
the my.netscape.com page.
Reporter | ||
Comment 14•24 years ago
|
||
Here's how you reproduce this bug. In your Mozilla/Netscape6 profile, edit your
prefs.js file so that it contains the following line:
user_pref("general.useragent.override", "User-Agent: Mozilla/5.0 (Windows; U;
WinNT4.0; en-US; rv:0.9.2+) Gecko/20010726");
Then restart your Mozilla/Netscape6 browser and go to http://my.netscape.com.
You should then see the page load with 1 column.
Assignee | ||
Comment 15•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Updated•24 years ago
|
Priority: -- → P1
Summary: my.netscape.com columns render as one column → netscape.com - columns render as one column
Whiteboard: dupeme
Assignee | ||
Comment 16•24 years ago
|
||
my.netscape.com does not support Mozilla.
*** This bug has been marked as a duplicate of 77888 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•