[Webkit-unassigned] [Bug 71791] [EFL] Add implementation considering ewk_tiled_backing_store's visible status.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 05:18:24 PST 2011


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





--- Comment #16 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-11-21 05:18:24 PST ---
(From update of attachment 116032)
View in context: https://bugs.webkit.org/attachment.cgi?id=116032&action=review

> Source/WebKit/efl/ChangeLog:8
> +        In order to prevent unexpected rendering and pre-rendering while backing store is hidden,

"Unexpected" in what sense? Is anything rendered wrong?

> Source/WebKit/efl/ChangeLog:9
> +        its visibility is checked and pre-rendering is handled whenever backing store is shown or hidden.

Is there a risk of some events being lost with this change?

> Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:74
> +        bool visible:1;

Isn't it possible to use evas_object_visible_get/set and drop this flag?

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