[Webkit-unassigned] [Bug 109422] [Qt] Add Page Visibility API support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 09:23:16 PST 2013


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





--- Comment #8 from Benjamin Dupont <bdupont at nds.com>  2013-02-15 09:25:34 PST ---
Regarding the QWebView implementation I'll attach a patch with documentation and auto test soon.

Regarding the QGraphicsWebView, after a lot of tests it seems that QGraphicsScene and QGraphicsView was totally decorrelated from QGraphicsWebView.
After adding QGraphicsWebView on a scene, QGraphicsWebView receives a show event even if the bound QGraphicsView isn’t visible.
After a show on QGraphicsView, QGraphicsWebView receive only a WindowActivate event.
Furthermore when a QGraphicsWebView was created, it’s visible by default even if it isn't rendered.
I can implement visibility API in override setVisible and by using WindowActivate/WindowDeactivate/show/hide.

What do you think about this proposal?

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