WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
64687
Daum map in iframe is getting large with frame flattening turned on.
https://bugs.webkit.org/show_bug.cgi?id=64687
Summary
Daum map in iframe is getting large with frame flattening turned on.
Eunmi Lee
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Eunmi Lee
Comment 1
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug