summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-10-14 00:57:42 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-14 01:04:01 +0900
commitd5ab0ccd4c6223e3dc73728ff09ed60784bc7dca (patch)
treefa2a7346c87ceb10e72fd12749769d9a7a797b2c /ChangeLog
parent8512dc3acc919624697c119d549b910e0de7b8a0 (diff)
downloadelementary-d5ab0ccd4c6223e3dc73728ff09ed60784bc7dca.tar.gz
popup: Change the behavior of adding or removing buttons.
Summary: Although user should give the position of button such as button1, current elm_popup changes button's position or style as the number of buttons while adding or removing buttons. So, when application developers add buttons as wrong order or removed buttons, applications may be crashed. This patch refactored the behavior not to change the position intended by application developer. Test Plan: added new test case to test_popup. Reviewers: seoz Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D259
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e9e5b350..ec783e72c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1689,3 +1689,8 @@
* scroller : fix the scroller to locate the current page correctly
in case that the scroller is suddenly resized and then the drag
couldn't capture the page location.
+
+2013-10-12 Ryuan Choi (ryuan)
+
+ * popup : Change the behavior about adding or removing buttons to keep the
+ user defined position of button.