[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 19:13:16 PST 2012


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





--- Comment #5 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2012-12-26 19:15:24 PST ---
DRT result:

layer at (0,0) size 551x371 
  RenderView at (0,0) size 551x355 
layer at (0,0) size 551x371 
  RenderBlock {HTML} at (0,0) size 551x371 
    RenderBody {BODY} at (8,8) size 535x355 
      RenderEmbeddedObject {OBJECT} at (0,0) size 535x355 
        layer at (0,0) size 543x2016 
          RenderView at (0,0) size 535x355 
        layer at (0,0) size 535x2016 
          RenderBlock {HTML} at (0,0) size 535x2016 
            RenderBody {BODY} at (8,8) size 535x2000 
              RenderText {#text} at (0,0) size 7x19 
                text run at (0,0) width 7: "a" 
      RenderText {#text} at (0,0) size 0x0 

seems RenderEmbeddedObject's height() doesn't get correctly updated.

There is some common code logic between <object src="a.html"/> and <iframe/frame src="a.html"/>. But the implementation is broken.

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