[Webkit-unassigned] [Bug 43528] [EFL]need to implement _ewk_view_smart_contents_resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 17:06:34 PDT 2010


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





--- Comment #14 from Ryuan Choi <ryuan.choi at samsung.com>  2010-08-16 17:06:34 PST ---
(In reply to comment #13)
> This is a better solution. But I think we still should investigate later if this is a bug on our fixed_layout_set function.

I believe that fixed_layout_set is not related with this bug.
but I agree we need to know whether fixed_layout_set itself also is a bug.

I can explain what I investigate.
problem is that on_resize called it with new (w,h) before calling _ewk_view_smart_calculate
It makes confusion in FrameView::layout because FrameView::m_size was already changd by fixed_layout_set.
so m_doFullRepaint can't become true although we called resize in _ewk_view_smart_calculate

Should fixed_layout_set change m_size?

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