[Webkit-unassigned] [Bug 46962] [Qt] When typing in a text field in a flash control, it will duplicate the text typed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 07:34:51 PST 2011


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





--- Comment #7 from Seven Du <dujinfang at gmail.com>  2011-03-03 07:34:51 PST ---
Cool, it did the trick with the following code triggered by a shortcut after the flash completely being loaded:

    QDialog *d = new QDialog();
    d->show();
    d->close();
    delete d;

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