[Webkit-unassigned] [Bug 29117] There is a blank on the bottom of page.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 11 12:01:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29117
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Windows XP |All
Resolution| |DUPLICATE
Platform|PC |All
Component|Layout and Rendering |HTML DOM
CC| |ap at webkit.org
Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> 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 ***
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list