dear all hello. 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. then please review the patch and give feedback. thanks. cordially, shinwoo kim.
diskselector.check.blank.diff
Description: Binary data
------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel