Bug 64687
| Summary: | Daum map in iframe is getting large with frame flattening turned on. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eunmi Lee <enmi.lee> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | sangseok.lim, tonikitoo, xaajisalool, yael |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eunmi Lee
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eunmi Lee
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.