Bug 153009 - [EFL] Virtual Keyboard overlaps MiniBrowser's WebView
Summary: [EFL] Virtual Keyboard overlaps MiniBrowser's WebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Grzegorz Czajkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 06:03 PST by Grzegorz Czajkowski
Modified: 2016-02-02 04:26 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.72 KB, patch)
2016-02-01 01:42 PST, Grzegorz Czajkowski
no flags Details | Formatted Diff | Diff
Patch (2.73 KB, patch)
2016-02-02 03:29 PST, Grzegorz Czajkowski
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 2016-01-12 06:03:59 PST
On mobile, virtual keyboard represented by ecore_imf module appears on the top of application layer usually covering bottom part of the screen. If the web page contains the editable content on the bottom of the page it will be overlapped by keyboard which prevents user from seeing the typed text.
Comment 1 Grzegorz Czajkowski 2016-01-12 06:08:07 PST
Patch is coming.
Comment 2 Grzegorz Czajkowski 2016-02-01 01:42:07 PST
Created attachment 270380 [details]
Patch
Comment 3 Gyuyoung Kim 2016-02-01 16:57:13 PST
Comment on attachment 270380 [details]
Patch

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

> Tools/MiniBrowser/efl/main.c:2092
> +    Evas_Object* conformant = elm_conformant_add(window->elm_window);

Wrong * place.
Comment 4 Grzegorz Czajkowski 2016-02-02 02:24:01 PST
(In reply to comment #3)
> Comment on attachment 270380 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=270380&action=review
> 
> > Tools/MiniBrowser/efl/main.c:2092
> > +    Evas_Object* conformant = elm_conformant_add(window->elm_window);
> 
> Wrong * place.

Right, I'll fix it before landing. Thanks.
Comment 5 Grzegorz Czajkowski 2016-02-02 03:29:58 PST
Created attachment 270481 [details]
Patch
Comment 6 WebKit Commit Bot 2016-02-02 04:26:44 PST
Comment on attachment 270481 [details]
Patch

Clearing flags on attachment: 270481

Committed r196007: <http://trac.webkit.org/changeset/196007>
Comment 7 WebKit Commit Bot 2016-02-02 04:26:52 PST
All reviewed patches have been landed.  Closing bug.