-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
The alarm dialog fails to completely consume touch events, but instead allows some events to pass to the view behind it.
To reproduce:
- Open the SuntimesAlarms activity.
- Create several alarms if the list is empty (enough to cause the list to scroll).
- Click the Add (+) button (opens the alarm dialog)
- Click the Time tab (displays time picker).
- Swipe up/down in the white space beside the picker.
Observe: the list behind the dialog scrolls up/down; the touch events that are not caught by the picker are instead caught by the list. - Tap the white space beside the picker.
Observe: the list item behind the dialog is now selected; if it was already selected then the EditActivity is launched.