[blocking rectangle approach considered to block events during
authorShilpa Singh <shilpa.singh@samsung.com>
Tue, 6 Sep 2011 08:31:32 +0000 (17:31 +0900)
committerShilpa Singh <shilpa.singh@samsung.com>
Wed, 21 Sep 2011 07:41:31 +0000 (16:41 +0900)
commitc4202ba33a36d050328a557668fb059ac8d8fc6c
treef3422e5ac541d3c97e41ec6aad41cd7dca7a2e84
parentdee20810e9e98524768d0aa60276cbd64d822ab3
[blocking rectangle approach considered to block events during
animation]
[elm_navigationbar]:Issue: when back button is clicked at a faster pace in
UG launched from settings application, settings application closes
from UG itself.
problem: pass_events set to TRUE during animation and
FALSE after animation in second/rest of the pages. causes issue if we
click fast in second page[during animation] causing the events pass
through layer below first page.
Fix: Removed pass events call. blocking events while passing them to
the lower layer will cause issues like above.

Change-Id: I8e7d780d2a311fd150c76bfb2ffa60ccba92ff94
src/lib/elc_navigationbar.c