[Webkit-unassigned] [Bug 40363] New: Keyboard input issues in plugins (flash) on Maemo5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 07:33:01 PDT 2010


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

           Summary: Keyboard input issues in plugins (flash) on Maemo5
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
               URL: http://bugreports.qt.nokia.com/browse/QTBUG-11270
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.holland at nokia.com


ENVIRONMENT:
Maemo5 PR1.2 (strictly, PR1.1.1 OR the libqt4-maemo5-* does NOT exhibit this issue)

QWebView* qwv = new QWebView();
qwv->connect(qwv, SIGNAL(destroyed()), qApp, SLOT(quit()));
qwv->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
qwv->load(QUrl("http://www.bubblebox.com/swf6/1380/learn-to-fly.swf"));
qwv->showFullScreen();
qwv->show();
qApp->exec();

wait for flash content to load, poke around and then at some point (where the
plugin expects keyboard input) press a hardware keyboard button.

EXPECTED OUTCOME:
Have the button (un)press event be propagated and processed by the flash app (on libqt4-maemo5 this worked)

ACTUAL OUTCOME:
The flash plugin freezes.

REPRODUCIBILITY:
always, flashlauncher. Occasionally, a "HIM: x11FilterEvent( _HILDON_IM_COM / ) was not handled" message appears on the console.

FlashLauncher from extras-devel exibits this problem well (flashlauncher-experimental which links to libqt4-maemo5 also shows how it used to work).

You can also use http://www.bubblebox.com/swf6/1269/shopping-cart-hero.swf as test URL

Using the maemo-browser the flashplugin works like expected

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