-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(click): fix mouseup click for ion-option-button
To allow select elements to change options in Firefox, the simulated tap click should not go through when the target is an `option` element. However, the regex was too general and also prevented `ion-option-button` on mouseup.
- Loading branch information
Adam Bradley
committed
May 15, 2014
1 parent
462ef38
commit 29ee640
Showing
2 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters