Re: Workaround in WebView...

2010-03-23 Thread Alexis Ménard
On Wed, Mar 24, 2010 at 3:35 AM, Aaron J. Seigo wrote: > On March 22, 2010, Alexis Ménard wrote: >> There are two crashes because of this workaround. >> >> One in QGV is fixed and is on its way to 4.6.3 >> >> The other is reported : >> >> https://bugs.kde.org/show_bug.cgi?id=227639 > > that looks

Re: Workaround in WebView...

2010-03-23 Thread Kenneth Christiansen
I will try to search for it :-) I get hundreds of bug e-mails per day :-) Kenneth On Tue, Mar 23, 2010 at 2:51 PM, Aaron J. Seigo wrote: > On March 23, 2010, Kenneth Christiansen wrote: >> Would be nice if you could point out there places you found it to be >> using the QGraphicsView wrongly. So

Re: Workaround in WebView...

2010-03-23 Thread Aaron J. Seigo
On March 23, 2010, Kenneth Christiansen wrote: > Would be nice if you could point out there places you found it to be > using the QGraphicsView wrongly. Some of the issues are due to us > having to keep supporting QWebView which can make it tricky at times, > so if you find any issue, please let us

Re: Workaround in WebView...

2010-03-23 Thread Kenneth Christiansen
Would be nice if you could point out there places you found it to be using the QGraphicsView wrongly. Some of the issues are due to us having to keep supporting QWebView which can make it tricky at times, so if you find any issue, please let us know. Kenneth > i did. with code showing the problem

Re: Workaround in WebView...

2010-03-23 Thread Aaron J. Seigo
On March 22, 2010, Alexis Ménard wrote: > There are two crashes because of this workaround. > > One in QGV is fixed and is on its way to 4.6.3 > > The other is reported : > > https://bugs.kde.org/show_bug.cgi?id=227639 that looks a lot like a bug in QGraphicsView as well: it's crashing in the b

Re: Workaround in WebView...

2010-03-22 Thread Alexis Ménard
arf sorry wrong copy paste here is the report https://bugs.webkit.org/show_bug.cgi?id=36436 On Tue, Mar 23, 2010 at 10:47 AM, Alexis Ménard wrote: > There are two crashes because of this workaround. > > One in QGV is fixed and is on its way to 4.6.3 > > The other is reported : > > https://bugs.k

Re: Workaround in WebView...

2010-03-22 Thread Alexis Ménard
There are two crashes because of this workaround. One in QGV is fixed and is on its way to 4.6.3 The other is reported : https://bugs.kde.org/show_bug.cgi?id=227639 It would be nice if the original writer of the workaround can help the guys of QtWebkit. I'm kinda busy right now. Next time when

Re: Workaround in WebView...

2010-03-22 Thread Marco Martin
On Monday 22 March 2010, Marco Martin wrote: > On Monday 22 March 2010, Alexis Ménard wrote: > > Hello, > > > > > > May i know where was the crash? Because i'm sure the workaround is not > > needed anymore... > > > > QVariant WebView::itemChange(GraphicsItemChange change, const QVariant > > &val

Re: Workaround in WebView...

2010-03-22 Thread Will Stephenson
On Monday 22 March 2010 10:37:08 Marco Martin wrote: > On Monday 22 March 2010, Alexis Ménard wrote: > > Hello, > > > > > > May i know where was the crash? Because i'm sure the workaround is not > > needed anymore... > > > > QVariant WebView::itemChange(GraphicsItemChange change, const QVariant

Re: Workaround in WebView...

2010-03-22 Thread Marco Martin
On Monday 22 March 2010, Alexis Ménard wrote: > Hello, > > > May i know where was the crash? Because i'm sure the workaround is not > needed anymore... > > QVariant WebView::itemChange(GraphicsItemChange change, const QVariant > &value) { > if (change == QGraphicsItem::ItemSceneHasChanged) {

Workaround in WebView...

2010-03-21 Thread Alexis Ménard
Hello, May i know where was the crash? Because i'm sure the workaround is not needed anymore... QVariant WebView::itemChange(GraphicsItemChange change, const QVariant &value) { if (change == QGraphicsItem::ItemSceneHasChanged) { //FIXME: QWebPage _requires_ a QWidget view to not cras