tap updates for select elements

This commit is contained in:
Adam Bradley
2014-04-17 11:07:14 -05:00
parent 43627f77c1
commit ee1c8dc8b7
5 changed files with 100 additions and 74 deletions

View File

@@ -56,6 +56,11 @@ Physical Device Testing Scenarios
- If you touchstart on a text input, then scrolland touchend, it should not bring up the keyboard
- If you touchstart on a label wrapping a text input, then scroll and touchend, it should not bring up the keyboard
- When focused in a text input, be able to get out when tapping a checkbox
- Can scroll when the target is a select element (touch events only)
- Can scroll when the target is a label which wraps select element
- Can open the select options on touch when not scrolling
- Can open the select options mouse click when target is a select
- Can open the select options when target is a label wrapping a select
Tested on:
----------------------------