[Webkit-unassigned] [Bug 121079] New: structure of frame tree is not correct in WINCE port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 9 23:27:42 PDT 2013


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

           Summary: structure of frame tree is not correct in WINCE port.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhuangzg at cn.fujitsu.com


We are working on WINCE port.When we open some contents that contain frames, sometimes we can't get expected results.
We checked the code of WebView in WINCE port. We think the method of WebView::createFrame is not correct.
The frame that used as parent frame is the main frame. So, when a child frame is created, it is created as child of main frame. In the end, all the children frames (even children of children) are created as child of main frame.

This can be resolved by passing the correct parent frame from FrameLoaderClientWinCE::createFrame to WebView::createFrame.

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