Bug 21650

Summary: extra blank space due to recursive call to resizeIFrame () method
Product: WebKit Reporter: jasneet <jasneet>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: barraclough, jasneet
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://news.naver.com/main/read.nhn?mode=LS2D&mid=sec&sid1=106&sid2=224&oid=230&aid=0000003270
Attachments:
Description Flags
reduced testcase none

Description jasneet 2008-10-16 12:16:10 PDT
I Steps:
Go to http://news.naver.com/main/read.nhn?mode=LS2D&mid=sec&sid1=106&sid2=224&oid=230&aid=0000003270
scroll down to the bottom of the page

II Issue:
extra blank space in center column

III Conclusion:
The code in the javascript recursively calls the resizeIFrame () method which explains why the frame in webkit keeps on increasing its height.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37382
Comment 1 jasneet 2008-10-16 12:16:53 PDT
Created attachment 24402 [details]
reduced testcase
Comment 2 Gavin Barraclough 2011-07-21 18:23:31 PDT
Looking at the behavior of the reduced test case, it looks like this works fine to me.
If I am mistaken & this is still a bug, please reopen.