Bug 134649 - [EFL] cursor artifacts occurs on naver map site.
Summary: [EFL] cursor artifacts occurs on naver map site.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-05 03:05 PDT by KwangHyuk
Modified: 2014-07-07 04:48 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.19 KB, patch)
2014-07-06 08:44 PDT, KwangHyuk
gyuyoung.kim: review+
Details | Formatted Diff | Diff
patch (2.39 KB, patch)
2014-07-07 03:51 PDT, KwangHyuk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KwangHyuk 2014-07-05 03:05:01 PDT
While moving mouse on the map.naver.com site, cursor artifacts occurs on the map area.
This looks like an efl bug on ecore_evas_object_cursor_set api.
Comment 1 KwangHyuk 2014-07-05 03:07:44 PDT
> This looks like an efl bug on ecore_evas_object_cursor_set api.

hoping to get any idea from efl contributors ?
Comment 2 KwangHyuk 2014-07-06 08:44:35 PDT
Created attachment 234460 [details]
Patch
Comment 3 Gyuyoung Kim 2014-07-06 23:49:21 PDT
Comment on attachment 234460 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=234460&action=review

> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:411
> +    ecore_evas_object_cursor_set(ecoreEvas, 0, 0, 0, 0);

It would be nicer if you add "FIXME:" comment why we should reset cursor.
Comment 4 KwangHyuk 2014-07-07 03:51:53 PDT
Created attachment 234483 [details]
patch

Apply reviewer's comment.
Comment 5 WebKit Commit Bot 2014-07-07 04:48:25 PDT
Comment on attachment 234483 [details]
patch

Clearing flags on attachment: 234483

Committed r170844: <http://trac.webkit.org/changeset/170844>
Comment 6 WebKit Commit Bot 2014-07-07 04:48:29 PDT
All reviewed patches have been landed.  Closing bug.