GithubHelp home page GithubHelp logo

Comments (6)

mendhak avatar mendhak commented on May 24, 2024

Can you post a demo of the problem?

I've created a basic plunk here which you can fork:

http://plnkr.co/edit/9U4ZQBrMJiGIfGOlDdWJ?p=preview

from angular-intro.js.

alexandre-melard avatar alexandre-melard commented on May 24, 2024

I have the same problem, I will try to plunk it tomorrow

from angular-intro.js.

alexandre-melard avatar alexandre-melard commented on May 24, 2024

I did not manage to plunk it, here is a link to the qualif:

http://recherche.utilitaire.melard.fr/qualif/#/carto

YOu have to click on "Aide" (The green button on the top right), the problem occurs for the second step. on the change event, I do:

    $scope.ChangeEvent = function (e) { 
        if (e.id === 'step2') {
            document.getElementById('step1').click();
        } 
        console.log("Change Event called"); 
    };

When debugging, everything is working like a charm until that function end: _showElement
After that, I get lost in JQuery events, and the dropdown is closed...

If you want to reproduce, just add a breakpoint at the end of the _showElement function and you will understand what I mean...

I would apreciate a little help before I try another tour framework?

from angular-intro.js.

alexandre-melard avatar alexandre-melard commented on May 24, 2024

I've found a fix:

    $scope.ChangeEvent = function (e) { 
        if (e.id === 'step2') {
            document.getElementById('step1').click();
            setTimeout(function () {
                document.getElementById('create-path').style.display = 'block';
            }, 1000);
        } 
        console.log("Change Event called"); 
    };

from angular-intro.js.

ahmedhawas avatar ahmedhawas commented on May 24, 2024

Thanks for that @mylen . Just wondering if you are also able to reference an element in the dropdown for the next step. For me it doesnt seem to update the DOM and so when I reference an element on dropdown the modal is floating and cant find it in the DOM. Where you able to get that to work? Thanks in advance.

from angular-intro.js.

paresh-2016 avatar paresh-2016 commented on May 24, 2024

Is this issue got fixed? I am also facing display coach mark in menu. any ETA?

from angular-intro.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.