[Webkit-unassigned] [Bug 64143] 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
Fri Jul 8 11:54:03 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64143
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ap at webkit.org
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> 2011-07-08 11:54:03 PST ---
I'm pretty sure that this is intentional behavior, and it seems correct to me. We don't block PageUp/PageDown when focus is in other form controls (e.g. a text input). It would be very confusing if PgUp/PgDown refused to scroll the page when focus was in an empty textarea, for example.
Note that we have the same behavior with scrolling - first, a scrollable area under the mouse is scrolled, then the next embedding scrollable area, and so on.
--
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