[Webkit-unassigned] [Bug 11375] Content missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 05:20:21 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11375


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW




------- Comment #2 from ddkilzer at webkit.org  2007-01-29 05:20 PDT -------
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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list