WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
11375
Content missing on love.qq.com
https://bugs.webkit.org/show_bug.cgi?id=11375
Summary
Content missing on love.qq.com
Leevl Lord
Reported
2006-10-21 04:50:03 PDT
Major content is missing.
Attachments
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2007-01-29 03:48:34 PST
<
rdar://problem/4960643
>
David Kilzer (:ddkilzer)
Comment 2
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
Tony R.
Comment 3
2013-01-23 11:06:28 PST
Ping! Clean up?
Alexey Proskuryakov
Comment 4
2013-01-25 10:42:20 PST
Doesn't appear to happen any more.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug