[Webkit-unassigned] [Bug 100937] [BlackBerry] DRT - eventSender.keyDown() needs to support pageUp, pageDown, home, end key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 23:41:12 PST 2012


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





--- Comment #5 from Xiaobo Wang <xiaobo.wang at torchmobile.com.cn>  2012-11-08 23:42:49 PST ---
(From update of attachment 171805)
View in context: https://bugs.webkit.org/attachment.cgi?id=171805&action=review

>> Tools/ChangeLog:9
>> +        2. Break down a KeyChar event to a KeyDown/KeyUp pair.
> 
> Why is that needed? What does it fix?

It's because we only handle scrolling on a KeyDown event in WebPage::keyEvent(), and internally a KeyChar event is interpreted as a KeyDown event + a KeyUp event, in InputHandler::handleKeyboardInput().

>> Tools/ChangeLog:10
>> +
> 
> Also you should state the tests this fixes.

Yes, will add the test list here.

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