Unable to scroll m.facebook.com login page.
authorDivakar <divakar.a@samsung.com>
Wed, 31 Jul 2013 10:58:40 +0000 (16:28 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 11 Sep 2013 10:46:28 +0000 (10:46 +0000)
commit00fc5b36129d601c384397ab7112ca69f257c9cd
tree555877b7bca8fc309844d7a82f6f4f545bfeaf45
parent9d5801334b31fadab82e1bf56e2a4623651d36b5
Unable to scroll m.facebook.com login page.

[Title]     Unable to scroll m.facebook.com login page once start scrolling from edit field
[Issue#]    WEB-3684
[Cause]     The scroll events are consumed by text field when we try to scroll the page from it.
[Solution]  As text field has single line of text, it should take only horizontal scroll events.
            Avoiding vertical scroll handling on text fields.
[Developer] Divakar (diviakar.a@samsung.com)

Change-Id: I0eeb9d8c2d4af4e79be51c5380f5ef73a2a9a927
Source/WebCore/page/EventHandler.cpp