[Webkit-unassigned] [Bug 105608] [Qt] Outmost window's content size doesn't update when inner <object> frame is expanded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 20:33:34 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105608





--- Comment #6 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2012-12-26 20:35:42 PST ---
If modify outer html to use <iframe>,

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 
<html><head> 
<body> 
<iframe type="text/html" src="a.html" border="0" height="100%" width="100%"></iframe> 
</body></html> 

Then the scrollbar's height/position is right. Seems QtWebKit should treat <object data="a.html" .../> like <iframe/frame src="a.html" .../> when doing frame flattening.

-- 
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