Coder Social home page Coder Social logo

Comments (3)

christophherr avatar christophherr commented on August 12, 2024

Microsoft Edge (and IE 11) error out on line 268 of bundle.js.
edge error
Commenting out the line button.classList = ['fcc_foldout_buttons']; resolves the error and doesn't seem to have an impact on the display of fcc_test_button in either Edge, Firefox or Chrome locally.

from testable-projects-fcc.

no-stack-dub-sack avatar no-stack-dub-sack commented on August 12, 2024

@christophherr so removing that will have an impact if you try to rerun the tests - the class names for the button won't reset, and even if some tests fail (or pass) the next time around, the button will retain the indicator color of whatever it was at the finish of the first run through of the suite

This also does seem to be the problem in Safari as well. However, I think there will be other problems elsewhere in the test suite - namely with the Pomodoro Clock - even once this is resolved. But I'm not sure. I have to look at the docs but I think the Mutation Observer web api is not supported in some browsers.

Although, even getting this fixed will be a big step in the right direction. Let me look a little closer now that I know what the problem is.

Thanks for pointing this out!

from testable-projects-fcc.

christophherr avatar christophherr commented on August 12, 2024

@no-stack-dub-sack
Wow! The class / color changes of the button never really registered in my brain before.
Sorry about that.
Nice, elegant solution with the helper function.
I like it much better than my first idea of using classList.remove()

from testable-projects-fcc.

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.