Bug 84057 - [BlackBerry] Screen shift down when VBK shows by clicking in a input box MKS_3601371
Summary: [BlackBerry] Screen shift down when VBK shows by clicking in a input box MKS_...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 11:41 PDT by Antonio Gomes
Modified: 2012-04-16 13:02 PDT (History)
1 user (show)

See Also:


Attachments
patch (4.07 KB, patch)
2012-04-16 12:42 PDT, Antonio Gomes
no flags Details | Formatted Diff | Diff
(committer r114288, r=rwlbuis) patch (4.13 KB, patch)
2012-04-16 12:45 PDT, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2012-04-16 11:41:24 PDT
1. Go to www.yahoo.ca
2. Click search box 

Expected:
      VKB on/shows on screen
Actual:

VKB shows on screen and the screen shift down


Note: if click the search box on http://quran.al-islam.org/, you won't see any
thing on screen.
Comment 1 Antonio Gomes 2012-04-16 12:42:56 PDT
Created attachment 137383 [details]
patch

do not overscroll upwards never. Overscroll downwards, taking into account the actualVisibleRect instead of viewportRect.
Comment 2 Antonio Gomes 2012-04-16 12:45:18 PDT
Created attachment 137384 [details]
(committer r114288, r=rwlbuis) patch
Comment 3 Rob Buis 2012-04-16 12:55:25 PDT
Comment on attachment 137384 [details]
(committer r114288, r=rwlbuis) patch 

View in context: https://bugs.webkit.org/attachment.cgi?id=137384&action=review

Looks good.

> Source/WebKit/blackberry/ChangeLog:9
> +        we had a less restrict code path allowing/disallowing overscrolling. That caused

less restricted