Bug 11375 - Content missing on love.qq.com
Summary: Content missing on love.qq.com
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://love.qq.com/ishow/ishow_2.shtm...
Keywords: InRadar, NeedsReduction
Depends on:
Blocks:
 
Reported: 2006-10-21 04:50 PDT by Leevl Lord
Modified: 2013-01-25 10:42 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leevl Lord 2006-10-21 04:50:03 PDT
Major content is missing.
Comment 1 Maciej Stachowiak 2007-01-29 03:48:34 PST
<rdar://problem/4960643>
Comment 2 David Kilzer (:ddkilzer) 2007-01-29 05:20:20 PST
Confirmed with a locally-built debug build of WebKit r19207 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8L127).

Note that the page renders fine in Opera 9.10.  Firefox 2.0.0.1 gets it mostly right, except it doesn't render the profile images (looks like a missing-image image is put there instead) and a pink navbar that spans the width of the page is drawn beneath another page element.

There are a number of different issues here:

1. Activity window reports "too many HTTP redirects" when loading this URL (not sure if anything visible is displayed with this URL):

http://csa.qq.com:80/p?ref=&domain=LOVE.QQ.COM

2. The top missing content is probably due to an iframe's name (not id) not being found in document.all when this JavaScript is executed:

	if(window.top.so_top) window.top.document.all("so_top").src='/cgi-bin/index/cgi_top?place='+iMyProv+'&city='+iMyCity;

3. There is a lot more document.all usage in JavaScript on the page that is probably broken.

4. There are some <div> tags with an initial inline style of "display:none;" (which probably don't get replaced if document.all is used to find them and update them).

5. There are two JavaScript errors on the page when it is loaded (may or may not be related to document.all issues):

TypeError: Undefined value
http://love.qq.com/ishow/ishow_2.shtml?service=ishowrich&sex=1
Line: 65

TypeError: Undefined value
http://love.qq.com/ishow/ishow_2.shtml?service=ishowrich&sex=1
Line: 204

Comment 3 Tony R. 2013-01-23 11:06:28 PST
Ping!  

Clean up?
Comment 4 Alexey Proskuryakov 2013-01-25 10:42:20 PST
Doesn't appear to happen any more.