Git Product home page Git Product logo

Comments (9)

mgonto avatar mgonto commented on May 15, 2024

I don't really know what's going on. Were you able to solve this?

from angular-wizard.

kentcdodds avatar kentcdodds commented on May 15, 2024

No, I switched from a wizard type deal to just a simple form using angular-formly thanks!

from angular-wizard.

lorthirk avatar lorthirk commented on May 15, 2024

@mgonto I solved this by changing

.steps-indicator li a:before {
    left: calc(43%);
}

to

.steps-indicator li a:before {
    left: calc(46%);
}

But I only tested it in Chrome, so I don't know about other browsers.

from angular-wizard.

anotherchrisberry avatar anotherchrisberry commented on May 15, 2024

This line:

&:before {
  left: ~'calc(50% - 7px)';
}

is being converted to

&:before {
  left: calc(43%);
}

There's nothing wrong with the code; it's happening due to a bug in recess that causes the LESS compilation to aggressively (and incorrectly) perform the calculation on this line.

You might want to switch the build over to grunt-contrib-less. In the interim, the easiest workaround is to just override that property in your own CSS:

.steps-indicator li a:before {
  left: calc(50% - 7px);
}

from angular-wizard.

mgonto avatar mgonto commented on May 15, 2024

@jacobscarter can you check this one if you have time? @kentcdodds is using it with Angular Formly, and it'd be lovely to fix it.

Otherwise, I'll check it out next week :).

Thanks everyone for all the help in finding the issue!

from angular-wizard.

kentcdodds avatar kentcdodds commented on May 15, 2024

Here's the working example: http://angular-formly.com/#/example/other/angular-wizard

from angular-wizard.

mgonto avatar mgonto commented on May 15, 2024

So the fix is changing from recess to grunt-contrib-less.

Sounds good

from angular-wizard.

jacobscarter avatar jacobscarter commented on May 15, 2024

@mgonto about to push the fix and update the package

from angular-wizard.

mgonto avatar mgonto commented on May 15, 2024

Great work @jacobscarter :). Thanks!

@kentcdodds can you update the sample for Angular-formly?

Cheers!

from angular-wizard.

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.