Bug 107259 - [Gtk] Dispatching event list into input element.
Summary: [Gtk] Dispatching event list into input element.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-01-18 04:32 PST by Oleg Smirnov
Modified: 2013-01-21 08:16 PST (History)
4 users (show)

See Also:


Attachments
Dispatch event test-case. (944 bytes, text/html)
2013-01-18 04:34 PST, Oleg Smirnov
no flags Details
Patch (1.34 KB, patch)
2013-01-18 05:14 PST, Oleg Smirnov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Smirnov 2013-01-18 04:32:00 PST
Description:
Webkit dispatch event list into imput element via "action" tag.

Steps to Reproduce:
1) load to Midori attached test case.
2) press "Enter".
3) press "Down" for moving focus to input element.
4) press 'a' letter to input box.

Actual Results:
Action for current input will be executed.
Page will be redirected to google.com.

Expected Results:
No any executable actions.

Build Date & Platform: 18.01.2013 Ubuntu 12.04

Additional Information:
This issue can be reproduced on Gtk based browsers only (GtkLauncher, Midori and etc.)
Comment 1 Oleg Smirnov 2013-01-18 04:34:26 PST
Created attachment 183425 [details]
Dispatch event test-case.
Comment 2 Oleg Smirnov 2013-01-18 05:14:17 PST
Created attachment 183427 [details]
Patch
Comment 3 WebKit Review Bot 2013-01-21 08:16:01 PST
Comment on attachment 183427 [details]
Patch

Clearing flags on attachment: 183427

Committed r140336: <http://trac.webkit.org/changeset/140336>
Comment 4 WebKit Review Bot 2013-01-21 08:16:05 PST
All reviewed patches have been landed.  Closing bug.