GithubHelp home page GithubHelp logo

Comments (6)

cgross avatar cgross commented on May 20, 2024

Can you create a plnkr or similar that demonstrates the issue.

from angular-busy.

MeghaY avatar MeghaY commented on May 20, 2024

Here is the plunkr link...
http://embed.plnkr.co/QFoSmxvp2U8CG6HgknaN/preview

You can type anything in those two text boxes. You will see as the promise chain is running everything fades away except the url text box. Here I have use alert box to end the chain. I researched a bit more and found that the 'input-group' class that I am using to add an 'https://' input-group-addon to the text box for formatting provided by bootstrap is not allowing that particular text box to fade. When I removed that input-group class, it worked fine.

<div class="input-group">
                <span class="input-group-addon">https://</span>
                <input class="form-control" type="text" name="vurl" id="vurl"  ng-  model="vurl"/>
</div>

Wondering how can I make this angular-busy work with this particular bootstrap class

from angular-busy.

cgross avatar cgross commented on May 20, 2024

It looks like there's a z-index issue. For now, add a style like this to your app:

.cg-busy {
z-index:10000;
}

I'll fix this in a later release.

from angular-busy.

MeghaY avatar MeghaY commented on May 20, 2024

Thanks for responding to my message and helping me out. Sure will add this to my css and will wait for your update :)

from angular-busy.

pulkitsinghal avatar pulkitsinghal commented on May 20, 2024

Thanks @MeghaY and @cgross, I iterated on ur previous plnkr and yes the workaround is nice!
http://embed.plnkr.co/Z9h7rCuZboqUFy53TD6y/preview

from angular-busy.

cgross avatar cgross commented on May 20, 2024

Fixed in v4.1

from angular-busy.

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.