-
Notifications
You must be signed in to change notification settings - Fork 87
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
Errors with BS4 #77
Comments
X-editable is not under active development and bootstrap 4 is still in alpha stage. Currently it supports bootstrap v2 and v3 and honestly I don't expect it is gonna change. Sorry to say |
Please refer to x-editable in regards to bootstrap 4 |
@atstockland this fix works for me vitalets/x-editable#950. |
Yeah, I did it ;) I made some improvements and now it's working perfectly |
After upgrading to bootstap 4 I am working through a few new issues. When I click on the x-editable link the popup appears, but with no content. And, the following error appears in the console. Have you experienced this, will there be a BS4 version of this gem?
TypeError: undefined is not an object (evaluating 'this.tip().addClass')
This error occurs when using editable/bootstrap-editable. If I use 'jqueryui-editable' I get a different error: TypeError: undefined is not an object (evaluating 'this.container()._off')
Environment: Rails 5.0.0, x-editable-rails version 1.5.5, jquery-ui-rails -v 5.0.5, jquery-rails -v 4.1.1. Bootstrap -v 4.0.0.alpha3.
thanks
The text was updated successfully, but these errors were encountered: