-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Firefox] preventDefaultOnInputTarget #543
Comments
Related to 00191d2. Let's summon @lubber-de here :) |
Already fixed by #534 |
Maybe related with this one : #533 |
Mmh.. Maybe not... I'll check |
Fixed by #544 |
No problem :) |
@hammy2899 No clue as to why this should remain open as the resolving element resides in another issue (#544) |
@ricohumme This issue brings to light something else as shown in @lubber-de's PR. We keep issues open util their relevant PR is merged into master. |
Bug Report
Hi,
I just built Fomantic UI from the develop branch because I was waiting on an important fix.
It has just now come to my intention that Chrome works just fine with but when using Firefox, i somehow get the following error:
jQuery.Deferred exception: event is not defined preventDefaultOnInputTarget
I found that the following piece of code was causing this:
Source: semantic.min.js
Now, as you can see, something is being done to
event
, but it is not defined with the scope.I looked up further in the code and saw that this happens in
checkbox
With release 2.7.2, there were no issues reported, so I'm assuming this is somehow related to the upcoming release.
The text was updated successfully, but these errors were encountered: