[Webkit-unassigned] [Bug 134663] [EFL] Fix crash caused by invalid cursor image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 6 10:18:09 PDT 2014


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





--- Comment #7 from KwangHyuk <hyuki.kim at samsung.com>  2014-07-06 10:18:26 PST ---
(In reply to comment #6)
> (From update of attachment 234461 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=234461&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/EwkView.cpp:-225
> > -    self->updateCursor();
> 
> This callback was added by r165730 in order to restore previous cursor before going out of webview.
> http://trac.webkit.org/changeset/165730
> 
> Can we restore previous cursor when coming back to inside WebView without this cursor update ?

Re-entrance point can be always changed randomly according to user's intention.
In addition, cursor image is newly updated whenever mouse re-enter the webview again.
So, I can' sure whether restoration is good idea.

However, currently custom cursor seems to be destroyed as soon as it was rendered.
So, at least, updateCursor on mouse in callback seems to be removed.

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