Git Product home page Git Product logo

Comments (10)

aDogCalledSpot avatar aDogCalledSpot commented on July 21, 2024 1

Minimal example here: https://github.com/aDogCalledSpot/patternfly-test

from patternfly-yew.

aDogCalledSpot avatar aDogCalledSpot commented on July 21, 2024 1

Can confirm that it works 😁

Thank you so much for the quick help! I really appreciate this repository and the work you're putting into it!

from patternfly-yew.

ctron avatar ctron commented on July 21, 2024

I think having a tree inside a form should just work. On the other side, the tree stuff is pretty new and experimental.

What sounds a bit weird to me is the "reloading" part. If you're using trunk serve, that might trigger a reload because of a code change. And trunk might compile a few times too often, which might lead to a few reloads after a change. If that's the case, then simply some patience is requires, or the patched trunk version which fixes this.

A crash can indeed happen, but that would be a panic, and should be visible in the browser's console. If that's the case, then it would be good to have this information, because that would tell us what is wrong.

from patternfly-yew.

aDogCalledSpot avatar aDogCalledSpot commented on July 21, 2024

This also has me confused. I don't see anything from trunk, the developer console in my browser doesn't output anything and trunk doesn't recompile at all.

Here's a brief video for reference. The same thing happens in the example I posted above.

Screencast.2023-05-23.16.51.28.webm

I'm running in this in Firefox.

from patternfly-yew.

ctron avatar ctron commented on July 21, 2024

Hm, this looks interesting indeed. It feels like the click on the toggle navigates away from the page, causing the reload. So maybe there is some event bubbling up.

It would be great if you could share a reproducer. That might help.

from patternfly-yew.

ctron avatar ctron commented on July 21, 2024

Minimal example here: https://github.com/aDogCalledSpot/patternfly-test

404 😉

from patternfly-yew.

aDogCalledSpot avatar aDogCalledSpot commented on July 21, 2024

Sorry, visibility of the project has been updated.

from patternfly-yew.

ctron avatar ctron commented on July 21, 2024

So it looks like it is reloading:

image

Enabling the persistent console option shows it.

from patternfly-yew.

ctron avatar ctron commented on July 21, 2024

Ok, found it! the button of the toggle must have the type attribute set to button, otherwise it is submit, which triggers a form submission. Which also explains the behavior you saw and why we didn't encounter it so far :)

from patternfly-yew.

ctron avatar ctron commented on July 21, 2024

If you update the git rev, you should have a fix! And thanks for the reproducer, this really helped!

from patternfly-yew.

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.