[Webkit-unassigned] [Bug 64143] REGRESSION (r60268): Page-Up or Page-Down inside textarea scrolls not just its content but the page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 13 23:45:11 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64143
--- Comment #23 from Alexey Proskuryakov <ap at webkit.org> 2011-07-13 23:45:11 PST ---
Mac Safari is indeed special, as it's using platform views (NSViews) for frames. All other platforms (including Mac WebKit2) should work identically. Even though a platform-specific handleKeyboardEvent method is called by each, we should be returning on a cross platform code path in MovePageDown (or MovePageDownAndModifySelection) editor command.
I think that this needs deeper investigation.
--
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