Bug 162540 - [EFL] Locate color picker popup to center of window
Summary: [EFL] Locate color picker popup to center of window
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-25 07:39 PDT by Gyuyoung Kim
Modified: 2016-09-27 04:49 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.46 KB, patch)
2016-09-25 07:40 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (2.36 KB, patch)
2016-09-25 22:15 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (2.36 KB, patch)
2016-09-25 22:16 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2016-09-25 07:39:29 PDT
Color picker popup hasn't located in a center of main window, because elm_win_center() function doesn't work correctly. It looks a bug.
To fix this problem, this patch uses evas_object_geometry_set() instead.
Comment 1 Gyuyoung Kim 2016-09-25 07:40:36 PDT
Created attachment 289777 [details]
Patch
Comment 2 Gyuyoung Kim 2016-09-25 22:15:25 PDT
Created attachment 289797 [details]
Patch
Comment 3 Gyuyoung Kim 2016-09-25 22:16:28 PDT
Created attachment 289798 [details]
Patch
Comment 4 WebKit Commit Bot 2016-09-27 04:49:01 PDT
Comment on attachment 289798 [details]
Patch

Clearing flags on attachment: 289798

Committed r206429: <http://trac.webkit.org/changeset/206429>
Comment 5 WebKit Commit Bot 2016-09-27 04:49:05 PDT
All reviewed patches have been landed.  Closing bug.