-
Notifications
You must be signed in to change notification settings - Fork 264
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
[CLOSED] IE11 and console.log() #56
Comments
Comment by Waxolunist The console log comes from a dependency. I will see, what I can do. Either I can remove it upon build or add a wrapper. |
Comment by Waxolunist Are you on the 0.3.x branch? BTW: Is your wordpress plugin open source or public? If so, I would like to link it. |
Comment by Waxolunist I just tested the release 0.3.1 on a vm with Windows 8.1 and IE 11 but I can not reproduce your problem. How can I reproduce your issue? |
Comment by SiamKreative Thanks for getting back to me. Unfortunately our plugin is a premium plugin. It uses version 0.2.10-alpha.2. Lemme try with the WIP version. |
Comment by Waxolunist I really suggest using the newest 0.3.x versions because 0.2.x depends on a wysihtml editor repo not maintained anymore. I tested the 0.2.x branch with console.log and can not reproduce your issue. But I will remove it upon build also in the next 0.2.x release. I just pushed the fix to master. If you can confirm that it is working, I will make an release. I would like to link your company from my repo in a "Used by" section if this is ok for you. I'd appreciate, if you write a short 1-2 sentence teaser for this section. |
Comment by SiamKreative Sure, the WordPress plugin is Awesome Support and our brand is ThemeAvenue :) I haven't tried the newest 0.3.x version yet. Using Bower, do you know how to specify the dev branch? Cheers |
Comment by Waxolunist Just specify 0.3.0-wip as version. PS: Thx for the links. |
Comment by Waxolunist Ok, I will release with the fix this weekend in both branches. Thus I am closing. If you still got problems after the next release, please reopen this issue. |
Issue by SiamKreative
Monday Jun 16, 2014 at 04:58 GMT
Originally opened as Waxolunist/bootstrap3-wysihtml5-bower#56
Hello there,
In one of our WordPress plugins, we use
bootstrap3-wysihtml5.all.min.js
.Because of a
console.log();
in this file, the javascript was not executed. Please see this comment on StackOverFlow.Could you remove the console.log() or make sure it works on IE?
Cheers
The text was updated successfully, but these errors were encountered: