Bug 16421 - REGRESSION(r28669): Page scrolls down when you hit space key in text area
Summary: REGRESSION(r28669): Page scrolls down when you hit space key in text area
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-12-13 10:22 PST by Louise
Modified: 2007-12-13 14:18 PST (History)
0 users

See Also:


Attachments
proposed fix (5.14 KB, patch)
2007-12-13 13:41 PST, Alexey Proskuryakov
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Louise 2007-12-13 10:22:17 PST
When you are focused in text input area, hitting space key makes the page scroll down.

Steps to reproduce:
1) Move the focus to text input area (ex. the comment input area of this page)
2) hit space key

Actual Result: a space is entered in the text area but also the page is scrolled down.

Expected Result: a space is entered in the text area without scrolling.

tested with Safari 3.0.4 (523.12.9) webkit r28669, Windows XP SP2

-Doesn't occur on Safari 3.0.4 (523.12.9) webkit r28586, Windows XP SP2 (previous nightly)
Comment 1 Alexey Proskuryakov 2007-12-13 13:41:16 PST
Created attachment 17879 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2007-12-13 14:18:20 PST
Committed revision 28695.