[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 23:01:03 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136854





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at webkit.org>  2014-09-18 23:00:55 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > (From update of attachment 238176 [details] [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.

If so, I think we should remove the APIs, Probably new bug ?

-- 
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