Re: Review Request: Plasma::Webview

2009-02-01 Thread 0xDeadC0de
> * properly accept left clicks > A few months ago when i started embedding a qwebview inside a graphics widget would cause left clicks to be ignored (not getting events probably) > * properly accept right clicks > Right clicks did work however > ditto > > * context menu creation > > WebView m

Re: Review Request: Plasma::Webview

2009-02-01 Thread Aaron J. Seigo
On Sunday 01 February 2009, 0xDeadC0de wrote: > I'd like to request that plasma webview become full on QWebViews instead > of QWebPages. proxying a widget when we can paint directly to canvas would be a step backwards. let's look at the four issues you describe: * properly accept left clicks i

Review Request: Plasma::Webview

2009-02-01 Thread 0xDeadC0de
I'd like to request that plasma webview become full on QWebViews instead of QWebPages. On previous attempts at doing the same thing the QWebView would lose left click abilities. That does not seem the case with this method (Would obviously need some testing) but with 4.4.3 I get a normal QWebView