Coder Social home page Coder Social logo

Comments (8)

jbomhold3 avatar jbomhold3 commented on June 26, 2024 4

Resolved in https://www.nuget.org/packages/BlazorStrap/5.1.102.51923

from blazorstrap.

Clive321A avatar Clive321A commented on June 26, 2024

I get a similar issue with latest version in that BSModal.WaitAsync() doesnt return, the modal displays, but system then hangs as WaitAsync() doesnt return

blazorstrap.js:27 Uncaught (in promise) Error
at blazorstrap.js:27:20

const timeout = (ms, message) => {
return new Promise((_, reject) => {
setTimeout(() => {
reject(new Error(message));
}, ms);
});
};

in 5.1.102.51723

Have reverted back to 5.1.100 , as 101 and 102 also showed this issue

from blazorstrap.

jbomhold3 avatar jbomhold3 commented on June 26, 2024

What Browser are you using so I can test I do not get the same results as you.

from blazorstrap.

jbomhold3 avatar jbomhold3 commented on June 26, 2024

line 27 is just a race if the animation fails to start

from blazorstrap.

mjarmstrong avatar mjarmstrong commented on June 26, 2024

@jbomhold3 I'm seeing the behavior using Google Chrome - Version 113.0.5672.127 (Official Build) (64-bit). Still seeing the issue in the live examples at the link below as well. Modal opens fine, but doesn't close using close icon, close button, or save changes button.

https://blazorstrap.io/V5/V5/components/modal
screenshot

from blazorstrap.

mjarmstrong avatar mjarmstrong commented on June 26, 2024

@jbomhold3 - the console error seems to fire anytime I try to close using any of the buttons.

from blazorstrap.

jbomhold3 avatar jbomhold3 commented on June 26, 2024

By chance, are you getting animations? Also, hard reload the page. Wondering if the javascript file is cached for you at an older version

from blazorstrap.

jbomhold3 avatar jbomhold3 commented on June 26, 2024

ok can reproduce if I disable animations on my computer will get it fixed

from blazorstrap.

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.