Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-10-25 Chang Shu <chang.shu@nokia.com>
Reviewed by Antonio Gomes. Should use eventSender for simulating keyboard events instead of using js event.initKeyboardEvent. Otherwise, inside WebCore, the keyboardevent object does not have a "PlatformKeyboardEvent" associated with it and this results different behavior as the real key press. This code change unveils that test snav-multiple-select.html is broken. It alos causes snav-single-select.html hangs on Mac. These will be fixed in seperate patches. https://bugs.webkit.org/show_bug.cgi?id=48134 * fast/events/spatial-navigation/resources/spatial-navigation-utils.js: (doMove): * fast/events/spatial-navigation/snav-multiple-select-expected.txt: * platform/mac/Skipped: Canonical link: https://commits.webkit.org/61015@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@70481 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
4 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters