You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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
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: