Bug 64687 - Daum map in iframe is getting large with frame flattening turned on.
Summary: Daum map in iframe is getting large with frame flattening turned on.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 04:17 PDT by Eunmi Lee
Modified: 2021-12-01 09:32 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eunmi Lee 2011-07-18 04:17:48 PDT
Daum map in iframe is getting large with frame flattening turned on.
I tested on the EFL, GTK and MAC port and they have same problem.
I found this bug comes out after Bug 52449.
You can reproduce with below html:
----------------------------------------------------------------------------
<html>
<head>
</head>
<body>
<iframe frameborder=0 border=0 src="http://dmaps.daum.net/map_include/imap_v5.html?namespace=LocMap" width="410" height="502" >
</iframe>
</body>                                                                                                
</html>
----------------------------------------------------------------------------
You can also reproduce in the below URL:
http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=test
Comment 1 Eunmi Lee 2011-07-22 00:02:57 PDT
Daum map is still getting large without Bug 52449 in the latest webkit-engine,
And it is not getting large after reverting Bug 54467 additionally.

I think this defect occurs when resize event is called asynchronously.
As my understanding,
Bug 52449 - makes resize event delayed by using timer.
Bug 54467 - makes resize event delayed by using enqueue method.

P.S.
I don't have access permission of Bug 54467, so I don't know exact history of that bug.