Bug 29117 - There is a blank on the bottom of page.
Summary: There is a blank on the bottom of page.
Status: RESOLVED DUPLICATE of bug 25240
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://news.naver.com/sports/index.nh...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 22:22 PDT by Cho Kyung Bin
Modified: 2009-09-11 12:01 PDT (History)
2 users (show)

See Also:


Attachments
screenshot of bug (76.73 KB, image/jpeg)
2009-09-09 22:22 PDT, Cho Kyung Bin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***