Closed Bug 163992 Opened 23 years ago Closed 22 years ago

Messed up layout.

Categories

(Core :: Layout, defect, P3)

x86
Windows 2000
defect

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: jst, Assigned: attinasi)

References

()

Details

Loading the page in the URL bar in Mozilla (trunk build) doesn't show all the images on the page, compare to how IE displays it. Also, if you click on the "home decor" link you'll be taken to http://www.sundancecatalog.com/public/product-list?subCatId=318 and the layout on that page is very broken as well.
Broken for me too on cvs 20020822 with Solaris 5.9, however i think this may be a case of bad web design or one of those sites designed for IE only. I notes they are using fixed page positions for their layout which is always a bad thing in my experience as it doesn't cater for different screen sizes, and resolutions (dpi).
2002082208 on win98se: first the page loads normally, then the wrong-placed images load and when done mozilla hangs (must be 'killed' manually) -the page loaded a JS-file short time before the hang (last requested file in my proxy-log is a JS-file) and in the page-source, you can find the following JS tag: <script language="javascript"> var _pn="Lighting+-+pg.1"; if (window.location.search.indexOf("sale") != -1) _pn += "+-+outlet"; var _mlc="product+list"; //multi-level content category var _seg=""; // visitor segmentation var _cmp=""; // campaign analysis - id var _gp=""; // campaign analysis - goal page var _cmpn="";// campaign analysis - query name for id var _gpn=""; // campaign analysis - query name for goal page var _cp="null"; //campaign var _acct="DM520726F7DC93EN3"; //account number(s) var _pndef="index.jsp"; //default page name var _ctdef="full"; //default content category var _dlf="n"; //download filter var _elf="n"; //exit link filter var _epg="n"; //event page identifier var _mn="we07"; //machine name var _gn="ehg-sundance.hitbox.com"; //gateway name var _lp=location.protocol.indexOf('https')>-1?'https://':'http://';var _hcv=68 function _gf(x){return x.substring(x.lastIndexOf("/")+1,x.length);};function _wn(_nm){return(!_nm.indexOf("PUT")&&_nm.indexOf("NAME")>0)||(!_nm.indexOf( "CONTENT")&&_nm.indexOf("CATEGORY")>0)};function _gd(x,w){var d=x.lastIndexOf( "/");var b=(w!="full")?x.lastIndexOf("/",d-2):x.indexOf("/");return(b==d)?"/": x.substring(b,d);};function _vc(_ml){_mll=_ml.length-1;if(_ml.lastIndexOf("/") ==_mll){_ml=_ml.substring(0,_mll)}if(_ml.indexOf("/")!=0)_ml="/"+_ml;return _ml };function _ps(b,_pml){var l=location.pathname;if(b&&_wn(_pml)){return( _pndef=="title"&&document.title!="")?document.title:_gf(l)?_gf(l):_pndef;}else {return _wn(_pml)?_gd(l,_ctdef):_vc(_pml,_pml.length-1);}};function _pm(_ml, _fml,h){if(_ml.indexOf(";")!=-1){_nml=_ml.substring(0,_ml.indexOf(";"));_rm= _ml.substring(_ml.indexOf(";")+1,_ml.length);_fml+=_ps(h,_nml)+";";_fp=_pm(_rm, _fml,h);return _fp;}else {_fml+=_ps(h,_ml);return _fml;}}var _sv=10;var _bn= navigator.appName;if(_bn.substring(0,9)=="Microsoft"){_bn="MSIE";};var _bv=( Math.round(parseFloat(navigator.appVersion)*100));if((_bn=="MSIE")&&(parseInt( _bv)==2))_bv=301;var _rf=escape(document.referrer);_mlc=_pm(_mlc,"",false);_pn= _pm(_pn,"",true);</script><script language="javascript1.1">_sv=11;</script> <script language="javascript1.1" defer src="http://stats.hitbox.com/js/hbe.js"> </script><script language="javascript">if(_sv<11){if(document.cookie.indexOf( "CP=")!=-1){_ce="y";}else{document.cookie="CP=null*; path=/; expires=Wed, 1 J"+ "an 2020 00:00:00 GMT";_ce=(document.cookie.indexOf("CP=")!=-1)?"y":"n";};if(( _rf=="undefined")||(_rf=="")){_rf="bookmark";};document.write("<img src='"+_lp+ _gn+"/HG?hc="+_mn+"&hb="+escape(_acct)+"&n="+escape(_pn)+"&bn="+escape(_bn)+ "&bv="+_bv+"&ce="+_ce+"&ss=na&sc=na&dt=&sv="+_sv+"&con="+escape(_ct)+"&vcon="+ escape(_mlc)+"&epg="+_epg+"&hp=u&cy=u&ja=na&ln=na&cp="+escape(_cp)+"&pl=&cd="+ "1&hv=6&seg="+_seg+"&rf="+_rf+"' border=0 height=1 width=1>");}document.write( "<\!--");</script> i'm not used in mozilla-code, but maybe some variables have the same name? , this page defines a lot of variables!! -cookies are used, too reporter, you may add a remark in summary, that 'moz hangs on win98' on this bug and maybe the severity can be put to 'major', if another user can reproduce the hang on a win98 machine
Priority: -- → P3
Target Milestone: --- → Future
jst, is this still a problem? The layout looks ok to me on Linux, but I have IE to compare to....
Looks good to me now. Either the site changed (likely) or this was fixed in Mozilla (also likely).
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.