Bug 153009

Summary: [EFL] Virtual Keyboard overlaps MiniBrowser's WebView
Product: WebKit Reporter: Grzegorz Czajkowski <g.czajkowski>
Component: WebKit EFLAssignee: Grzegorz Czajkowski <g.czajkowski>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, lucas.de.marchi, ryuan.choi, tonikitoo
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch
none
Patch none

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.