Giter Club home page Giter Club logo

Comments (5)

fabien-d avatar fabien-d commented on August 23, 2024

Could you provide a code sample (reproducible example)? Currently alertify dialogs are queued and shouldn't overlap. Also, the cover element should show up blocking any interaction with the page. I'm attempting to double click buttons on the example site and can't encounter the issue.

Is there a JS error? There could be a conflict.

As a side note, something to consider. A user shouldn't be able to re-submit a form.

from alertify.js.

jduval avatar jduval commented on August 23, 2024

I didn't express myself as I meant to. Your great plugin works very well ;) no JS error.

But if user click a lot of time on submit button, it's like it:
alertify

So my question is : can I stop error's display if there is already the same one on screen?

from alertify.js.

fabien-d avatar fabien-d commented on August 23, 2024

it will show other alerts

My bad, I misunderstood this part. I was thinking dialogs and not log messages.

For log messages, currently there is no way to only open them once, or only if they are not currently open. The thought behind logs was always a 1:1, every time you take an action the corresponding log is shown.

I feel like multiple log messages is still better than no logs at all. That way a user is aware that he's taken another action. If a user clicks a button and there's a log tied to it, then it should show a new one every time that button is clicked. If you don't want it to show more than once, the button should get disabled.

A form for example, I still believe the best approach is to disable the submit button until the form action is completed.

I personally feel like removing the log notification is a workaround the problem... and not really a solution to the problem.

from alertify.js.

jduval avatar jduval commented on August 23, 2024

yep... that was I suppose... maybe I missed something in params... but ok.

thanks for your ans and your great app!

cheers!

from alertify.js.

svrabl avatar svrabl commented on August 23, 2024

if($('.alertify-log').length > 0){
$('.alertify-log').css('display', 'none');
}
alertify.log("New message");

from alertify.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.