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

Grzegorz Czajkowski
Reported 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.
Attachments
Patch (2.72 KB, patch)
2016-02-01 01:42 PST, Grzegorz Czajkowski
no flags
Patch (2.73 KB, patch)
2016-02-02 03:29 PST, Grzegorz Czajkowski
no flags
Grzegorz Czajkowski
Comment 1 2016-01-12 06:08:07 PST
Patch is coming.
Grzegorz Czajkowski
Comment 2 2016-02-01 01:42:07 PST
Gyuyoung Kim
Comment 3 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.
Grzegorz Czajkowski
Comment 4 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.
Grzegorz Czajkowski
Comment 5 2016-02-02 03:29:58 PST
WebKit Commit Bot
Comment 6 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>
WebKit Commit Bot
Comment 7 2016-02-02 04:26:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.