Giter VIP home page Giter VIP logo

Comments (8)

jarek-foksa avatar jarek-foksa commented on July 27, 2024

I'm unable to reproduce this bug. Could you please provide some sample code (without framework-specific stuff)?

from xel.

sandor avatar sandor commented on July 27, 2024

Sorry Jarek! My big problem is, that I still have to use some framework specific stuff to describe the issue, since I am working with some Fabric.js canvas elements (and as always with AngularJS – sorry!). Recreating a test case without this frameworks will not be of use for my case – especially if you are not able to reproduce the case without using framework stuff.

Not sure if such a case can even be recreated without a framework:

  1. create an object on the canvas with JS and assign a property like 'width' or "angle"
  2. get the specific property (width/angle) and bind it to an x-numberinput in your HTML file so that the width/angle values of the created object are reflected in there
  3. now try to use the a value "0"

Does this making sense?

from xel.

sandor avatar sandor commented on July 27, 2024

@jarek-foksa – I have found a solution for this problem. I was writing the specific value like this:

angle: 0,

Writing the value like this will solve the problem:

angle: '0',

You can close the issue if you like – unless it is still relevant...

from xel.

jarek-foksa avatar jarek-foksa commented on July 27, 2024

As far as I'm concerned, I have no plans for working on issues that require digging into the internals of Angular. But let's keep this open in case someone else is interested in fixing it.

from xel.

sandor avatar sandor commented on July 27, 2024

Yeah, it is OK and I understand totally that you don't have any plans (or time) to do something angular specific here. Just hope that it is OK when I post/ask something that is not so clearly Angular specific (or some other stupid stuff that a non-coder like me can ask). So please: if the question or the post is to stupid – just ignore it. :-)

from xel.

jarek-foksa avatar jarek-foksa commented on July 27, 2024

As long as the issue is somehow related to Xel and states the problem clearly I'm perfectly fine with it. When I ignore a question, it's usually because I don't know the answer.

from xel.

sandor avatar sandor commented on July 27, 2024

OK, so we are cool. Just have some patience with me please :-)

from xel.

jarek-foksa avatar jarek-foksa commented on July 27, 2024

Xel project underwent a major rewrite recently. If you can still reproduce this bug, please report it on https://xel-toolkit.org/issues.

from xel.

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.