Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • keilo 568 posts 1023 karma points
    Jun 19, 2014 @ 18:40
    keilo
    1

    Breaking while installed with uSkySlider package

    Hi there

    After installing the uSkySlider package at http://our.umbraco.org/projects/backoffice-extensions/uskyslider

    and followed by the AngularGoogleMaps package on version 7.1.4 (MSSQL 2008)

    both datatypes stop rendering in the assigned page.

    If i uninstall AngularGoogleMaps then all is back to normal.

    if i uninstall uskyslider then AngularGoogleMaps works as normal.

    So I suppose some angular stuff is conflicting?

  • Jonathan Richards 288 posts 1742 karma points MVP
    Jun 20, 2014 @ 16:17
    Jonathan Richards
    0

    Hi Kelio,

     

    Have replicated error, spent a little bit of time investigating, no success, though in my case, even un-installing uSkySlider  didn't make the Google Maps re-work - though this might be a red herring, as I did do a few things in-between.

    Will investigate further and hopefully either Antoine or myself will have this fixed soon.

     

  • keilo 568 posts 1023 karma points
    Jun 20, 2014 @ 17:56
    keilo
    0

    Thanks for the update Jonathan.

    Will look forward to get both working together.

    many thanks for the great package!

  • Jonathan Richards 288 posts 1742 karma points MVP
    Jun 22, 2014 @ 17:38
    Jonathan Richards
    0

    I believe the cause of this conflict between uSkySlider & AngularGoogleMaps is the both packages using the directive draggable.

    • AngularGoogleMaps uses the draggable attribute for the new <google-map> HTML tag. This is default behavour of the AngularJs Google Map library at http://angular-google-maps.org .
    • uSkySlider sets the draggable directive on line 2 of  /App_Plugins/Lecoati.uSky.Slider/lib/draggable.js .
    At the moment, I don't have a pretty solution for both packages to share the same draggable attribute.
  • Jonathan Richards 288 posts 1742 karma points MVP
    Jun 23, 2014 @ 01:19
    Jonathan Richards
    100

    Have removed use of 'draggable' attribute from AngularGoogleMaps, to stop this clash with uSkySlider.

    Please download latest AngularGoogleMaps v1.0.2

     

    Thanks

  • David Denholm 5 posts 53 karma points
    Aug 26, 2014 @ 16:32
    David Denholm
    0

    (I think for Jonathan Richards)

    I seem to have a problem between angular Google Maps and uSkySlider, despite your best efforts.

    This demonstrates itself not when the webpage is being rendered for the end user, but in the backoffice page where it fails to show the interface for setting up the slider correctly. I have not got to the point where it does not render on the web page correctly, I just can't get at the uSkySlider interface to set up the images. I posted a screenshot of what it does at: http://our.umbraco.org/projects/backoffice-extensions/uskyslider/bug-reports/53823-conflict-with-angularGoogleMaps-package
    I hope this is useful as both packages look very promising

    (Yes I am using the latest release of each package)

    Regards

    David

  • Neil Hodges 338 posts 987 karma points
    Nov 09, 2014 @ 19:31
    Neil Hodges
    0

    Hi

    Im having the same problem with this, backoffice uSkySlider is not rendering correctly when using AngularGoogleMaps.

    I downloaded the package from Umbraco, it says version 1.0.2 on the link, but when installed it still says version 1.0 still???

    Am i downloading the correct version here? Is there another place to get the correct download? As the error im getting seems directly with 'draggable' conflict.

    Regards

    Neil



  • Andreas Kaltenhuber 107 posts 286 karma points
    Mar 16, 2015 @ 13:45
    Andreas Kaltenhuber
    0

    Hi,

    i have installed package version 1.0.4 and the draggable issue with uSkySlider still exists!

    thx for any help,

    Andreas

     

    Umbraco 7.2.2, uSky 0.9.2, AngularGoogleMaps 1.0.4

  • Patrick Scott 70 posts 110 karma points c-trib
    Mar 18, 2015 @ 10:20
    Patrick Scott
    0

    I have also never been able to get these to work together. In the chrome console I get the error:

    Error: Multiple directives [draggable, layer] asking for isolated scope on: <div class="slider-revolution-layer ng-isolate-scope ng-scope" draggable="" ng-class="{ selected: layer == $parent.currentLayer , hover: layer == $parent.overLayer }" aspectratio="layer.type=='image'" resize="layer.type=='image'" data-ng-click="editLayer(layer)" data-ng-mouseover="setOverLayer(layer)" data-ng-mouseleave="initOverLayer()" ng-repeat="layer in currentSlide.layers" layer="layer" ng-style="$parent.setLayerStyle(layer)">

     

    Umbraco 7.2.2, uSky 0.9.2, AngularGoogleMaps 1.0.4 also.

     

  • Jonathan Richards 288 posts 1742 karma points MVP
    Mar 18, 2015 @ 10:52
    Jonathan Richards
    0

    Hi Guys,

     

    I'm in the process of updating AngularGoogleMaps to version 1.0.5 and should have it released soon, this includes the latest version of the underlying library (http://angular-ui.github.io/angular-google-maps/) which is going through a major change at the moment. One of the major changes, was to stop using standard directives that might clash with other libraries. According to my tests I have uSkySlider and AngularGoogelMaps 1.0.5 workings together - even when on the same tab.

     

    I do though have a performance issue, if you create lots of google maps within Archetype, and I'm busy trying to fix that issue before I do this release. It should be at some point later today.

    Cheers

     

  • Andreas Kaltenhuber 107 posts 286 karma points
    Mar 18, 2015 @ 17:07
    Andreas Kaltenhuber
    0

    Hi,

    thx for the update. Looking forward to version 1.0.5!!

    Cheers,
    Andreas 

  • Jonathan Richards 288 posts 1742 karma points MVP
    Mar 18, 2015 @ 22:52
    Jonathan Richards
    1

    Have released 1.0.5

     

    Enjoy

  • Patrick Scott 70 posts 110 karma points c-trib
    Mar 19, 2015 @ 10:02
    Patrick Scott
    1

    1.0.5 has fixed the issue, I now have them working side by side. Thanks very much for the fix.

     

    Patrick

Please Sign in or register to post replies

Write your reply to:

Draft