Using Angular-ui-bootstrap popover, in new versions stopped working triggers.
In this example everything works:
WORKING
I made same example with new versions and now it doesn't work:
$element.triggerHandler(POPOVER_SHOW);
This line not opens popover despite registered trigger.
NOT WORKING
maybe someone knows why? What have changed?
You are missing the <script src="https://rawgit.com/Elijen/angular-popover-toggle/v0.0.10/popover-toggle.js"></script> include in your view.
Your console is throwing an failed to instantiate popover-toggle error.
Related
I have updated the Froala Vue plugin to the last version 3.0.0-rc.2-1 and there is something weird going on. I only see just few buttons on the toolbar when I should see them all.
See screenshot:
In addition there isn't even the quickInsertButtons when creating a new line.
I have a configuration with many things setup from the previous version, I tried to delete it and leave just the plain editor with everything on default but the result is the screenshot I have attached. So it is not my config (which worked perfectly fine on the previous version), but the new Vue version of it. I'm saying the Vue version because the regular Froala version (without VUE) is working properly.
HERE A SANDBOX THAT SHOWS THE PROBLEM:
https://codesandbox.io/s/vue-froala-s6lie
On the demo, in App.vue see the buttons enabled on the toolbar and the ones that are actually shown on the editor.
I'm currently updating the website http://www.dev.optiekvandevecht.nl/, I updated it from Joomla 3.3.6 to Joomla 3.4.1. Before updating to 3.4.1, a few lightbox thigns wouldn't work. Right now, I've updated Joomla, and the lightboxes work fine, however, now the nivoSlider seems to be broken (and I suppose it's got to do with jQuery errors, .nivoSlider is not a function.
I honestly don't see what is wrong, it's a Joomla module called ARI Image Slider, but I can't find anything related to the issues I run into.
I deleted an (apparently) unused extension and the problem was solved
It seems like the jquery is already included in any of the extension. Try disabling jquery in any one extension then check it. I hope it would work.
Here is the code in jsFiddler
As you can see the code,when you click the add button ,I push a new item to the $scope.p,and every item in the ng-repeat has a event-binding,all the things works well,but when I add the attribute 'ng-animate',the event doesn't fire. thank you a lot!
There is a bug affecting ngAnimate in version 1.1.5 of AngularJS. You can solve it using a more recent version.
Your code will also work with version 1.1.5 if you load the jQuery library.
See updated code
At http://tinyurl.com/3rcedo2 I have a WordPress 3.3.1 Cforms 11.6.1 form that is supposed to load a calendar pop-up that is working together with jQuery 1.7.1 The calendar no longer pops up when clicked. The trigger seems to no longer work. Any ideas why?
I totally forgot to answer this question. After debugging using Firebug and the JavaScript console I found the culprit. It was a JScript conflict issue
I've been using jQuery UI v1.6rc2 for a while, and wanted to upgrade to 1.6rc6 to see that they haven't made any breaking changes. It seems they have; all of my tabs stop working whenever I switch to rc6.
There seems to be two things wrong. First, the manual advocates using the following:
$('#container').tabs();
However, with rc2 I've always had to do this:
$('#container > ul').tabs();
So when rc6 is in effect, none of these methods work.
Also, Firebug reports the following error when rc6 is installed:
$.Event is not a function.
this.namespace+'-state-disabled').attr("...event[prop]=event.originalEvent[prop];}}
All Javascript/jQuery executed before the call to .tabs() work fine. It breaks in both Firefox and Chrome.
You need to upgrade to jQuery core version 1.3.1
UI 1.6rc6 only works with 1.3.1