[Webkit-unassigned] [Bug 136854] [EFL][WK2] Minibrowser : Fix the 'Escape' button issue to exit fullscreen
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 18 05:12:33 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136854
--- Comment #3 from Rohit <kumar.rohit at samsung.com> 2014-09-18 05:12:31 PST ---
(In reply to comment #2)
> (From update of attachment 238176 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=238176&action=review
>
> > Tools/MiniBrowser/efl/main.c:-565
> > - ewk_view_fullscreen_exit(ewk_view);
>
> Doesn't this function work now ?
This function doesn't work now. I think reason behind this is that the Webview does not know that it has gone full screen.
We use elm_win_fullscreen_set to toggle full screen and elm_window has fullscreen state information, and not the ewk_view. There is no specific API calls to enter full screen for ewk_view. So ewk_view_fullscreen_exit doesn't work as ewk_view doesn't have information about current fullscreen state.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list