Closed
Bug 109887
Opened 24 years ago
Closed 23 years ago
match.com - Table reflows after page load for unknown reason
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: bc, Assigned: doronr)
References
()
Details
Attachments
(1 file)
|
3.24 KB,
text/html
|
Details |
This was originally reported in http://bugscape.netscape.com/show_bug.cgi?id=10785
Steps to reproduce:
1.
http://www.match.com/doubleblind/showprofile.asp?UserID=464348464A4F4D&trackingid=0
2. Reload the page and watch the layout of the page change as the page finishes
loading.
Expected result: page loads in table 780 pixels wide.
Actual result: after pages loads the table reflows, expanding the center portion
of the table.
Reproducible on Trunk builds (Gecko/20011108 for example) and NS6.2 RTM but not
on NS6.1.
This page consists of a set of nested tables. While there are some validation
errors, they do not appear to be the cause of the problem. Removing the table
containing the "About his matches" section will result in the table laying out
ok, but I can not find a reason for this to happen. It appears that this may be
caused by an actual bug rather than an "evangelism issue".
| Reporter | ||
Comment 1•24 years ago
|
||
ccing susie and doron
| Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
I discovered an interesting phenomenon:
1. Click More Photos
2. Use Back button to get back to profile
Result: Page layout lays out correctly
1. Click More Photos
2. Use Return to Profile link
Result: Page layout is misaligned
Comment 4•24 years ago
|
||
Temporarily moving to future until a milestone can be assigned.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
changing the user agent string to IE's will sovle the problem. bad sniffing or
js or something, over to evang.
Component: HTMLTables → US General
Product: Browser → Tech Evangelism
Version: other → unspecified
reassigning to evang
Assignee: karnaze → doronr
Status: ASSIGNED → NEW
QA Contact: amar → zach
Comment 7•24 years ago
|
||
Does anyone here have a clue which fix fixed this problem?
Per Bob Clary - it was not fixed in 2002 01 11 03 and was in 2002 01 13 08 so
the fix is between there.
Comment 8•24 years ago
|
||
WHOOPS - Turns out neither Bob nor I have seen this fixed, by changing the UA
string to IE 5.5 on any builds.
Anthony please give us steps to replicate.
hi, the pref I used was this:
pref("general.useragent.override","Mozilla/4.0 (compatible; MSIE 5.01; Windows
NT 5.0)")
and I placed it int he all.js and commented out the other one.
hope that helps.
| Reporter | ||
Comment 10•24 years ago
|
||
I used Mozilla/4.0 (compatible; MSIE 5.01; Windows 95) and see the reflow in
recent trunk builds. Did you wait until the page had *completely* loaded ?
Comment 11•24 years ago
|
||
ok, im not seeing a *complete* reflow. I DO see the contents shift (depending
on the user agent string). I will build a debug build and test this with paint
flashing to verify if it is a reflow or not.
anthonyd
| Reporter | ||
Updated•24 years ago
|
Keywords: evang500
Summary: Table reflows after page load for unknown reason → match.com - Table reflows after page load for unknown reason
Comment 12•23 years ago
|
||
Marking FIXED.
As you can see by pasting the URL above into the browser, Match.com has fixed
the profile reflow problem.
Status: NEW → RESOLVED
Closed: 23 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
•