On Fri, 28 Sep 2012 21:02:03 +0900 Kim Shinwoo <kimcinoo....@gmail.com> said:

tnx muchly! in svn it is! :)

> diskselector has two bugs.
> 
> 1. on round enable mode
> elm_diskselector_item_append(); does not call elm_box_pack_*() for
> over_items and under_items which are added when the display item is bigger
> than 3.
> because over_items and under_items is not added, the diskselector shows
> just 4 items + half item(NOT 5 items), in case of display item number is 5
> - elm_diskselector_display_item_num(obj, 5); -.
> this bug could be found only if u use as following sequence.
>    a. elm_diskselector_round_enabled_set(obj, EINA_TRUE);
>    b. elm_diskselector_item_append();
> 
> 2. on the round disable mode + bigger than 3 display item
> even though display item is bigger than 3 on the round disable mode, only
> two blank items are added - left_blank, right_blank.
> because of this, the first item could not be selected. means.. the first
> item cannot be located in the middle of diskselector.
> if u scroll the diskselector to the left-most, then the second item is
> selected as below.
> 
>    [blank] [ 1st ] [ 2nd ] [ 3rd ] [ 4th ]
> 
> so if the display item is bigger than 3, more blank items would be
> necessary.
> include lines to resolve above 1st bug, the patch would resolve this issue
> also.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to