Bug 97946
Summary: | Sending spacebar event to WebView in api tests only resolves until re-calling into javascript on test page | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | mrobinson, roger_fong |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Roger Fong
the simulateSpacebarKeyPress method, and probably other similar methods only resolve after re-calling into the javascript of the page (or perhaps just refocusing on the page).
It should resolve immediately.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Roger Fong
Related bug: https://bugs.webkit.org/show_bug.cgi?id=84961
Roger Fong
<rdar://problem/12415952>
Martin Robinson
Roger, thanks for looking into this.