-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
As part of #69, in addition to some tests with Karma, etc, we really need some solid Acceptance Tests to handle cross browser quirks.
Specifically, the issue(s) plaguing us:
- Mobile devices: Mobile devices don't have hover events. We want mobile devices to only activate dropdowns on touch. Furthermore, we need to consider how we want to handle "clicking" on the parent in these scenarios (a highly requested feature. See Is it possible to make the parent clickable #27 and Question re: making parent menu links clickable #16).
- Touch enabled desktops: As per the last issue, it isn't enough to disable hover events if the devices has touch events, because Windows 8 desktops have touch enabled and still have a mouse. We want these dropdowns to work on hover.
- Cross browser/device quirks: For example, I haven't been able to verify, but I've gotten multiple reports of weird stuff going on on Windows Phones: Menus automatically closing on Windows Phone 8 #28