[Webkit-unassigned] [Bug 30355] [Qt] Windowless Plugins : <input> cursor blinks even after transferring focus to plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 08:26:28 PDT 2009


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





--- Comment #3 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2009-10-16 08:26:28 PDT ---
(In reply to comment #2)
> Please(In reply to comment #1)
> > Created an attachment (id=41283)
 --> (https://bugs.webkit.org/attachment.cgi?id=41283) [details] [details]
> > Work so far
> > 
> > Identifies one of the problems. The test works. But there is still a bad
> > pointer somewhere (qgvlauncher still crashes).
> 
> Err, ignore the patch. It was meant for 30354.


+void tst_QWebView::deletePageAfterView_data()
+{
+    QDir resourceDir(QDir::fromNativeSeparators(SRCDIR) + "../resources/");
+    resourceDir.makeAbsolute();
+    const QString flashPath = resourceDir.absoluteFilePath("test.swf");
+    const QString flashUrl = QString("file://%1").arg(flashPath);


girish, see trick used in patch for referencing a "resource" dir:

https://bug-29248-attachments.webkit.org/attachment.cgi?id=40115

ihmo , it is cleaner

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