Copied to clipboard

Flag this post as spam?

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


  • Rickard Liljeberg 23 posts 114 karma points
    Mar 20, 2016 @ 11:38
    Rickard Liljeberg
    0

    TreeController syncTree makes permanently blue

    I have a TreeController and after saving a new item I do this code

    navigationService.syncTree({ tree: 'EventPlannerTree', path: [-1, "location", "location_" + $scope.eventLocation.EventLocationId], forceReload: true });
    

    Which works great and opens the tree down to the new item. However... the item gets a blue background color that does not go away even when i click other items. this I don't want.

    I recorded a gif showing the problem here: Dropbox

    As you see I save the user and then syncTree is run, and makes the line blue. But then when i select something else in the tree I want that to go away, but it doesn't

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies