Bug 29117

Summary: There is a blank on the bottom of page.
Product: WebKit Reporter: Cho Kyung Bin <biny77>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, biny77
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://news.naver.com/sports/index.nhn?category=general&ctg=news&mod=read&office_id=001&article_id=0002856908
Attachments:
Description Flags
screenshot of bug none

Description Cho Kyung Bin 2009-09-09 22:22:57 PDT
Created attachment 39322 [details]
screenshot of bug

as you can see on attached jpeg file, there is a large blank space on the page at the target URL.
there is a button which open and close some contents and It seems related with this bug.
Comment 1 Cho Kyung Bin 2009-09-09 22:37:41 PDT
Look at the attached JPEG file, and as you can see a large blank in the page, 
it would be related with the button does open and close some contents
Comment 2 Alexey Proskuryakov 2009-09-11 12:01:47 PDT
This is a very interesting bug, failure in Safari 4.0.3 is caused by completely different reasons than in current ToT.

The blank space comes from an iframe that's supposed to be resized after loading. JavaScript code that does this fails in shipping Safari/WebKit due to incorrect cross-domain security checks (the main frame and subframe come from news.naver.com and memo.news.naver.com respectively, but both set document.domain to naver.com). ToT fails because document.documentElement.scrollHeight returns a wrong result.

Bug 25240 tracks issues such as this one.

*** This bug has been marked as a duplicate of bug 25240 ***