Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 BUG] step function in slider not working #1428

Open
1 of 4 tasks
pradeepinani opened this issue Jun 18, 2024 · 4 comments
Open
1 of 4 tasks

[🐛 BUG] step function in slider not working #1428

pradeepinani opened this issue Jun 18, 2024 · 4 comments
Assignees
Labels
💬 Discussion Requires some discussion and decision 🖰 GUI Related to GUI 🆘 Help wanted Open to participation from the community 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible 👩‍💻Studio Related to Taipy Studio

Comments

@pradeepinani
Copy link

pradeepinani commented Jun 18, 2024

What went wrong? 🤔

We we provide step details for slider the code shows error. It does not throw error in execution but step functionality does not work. The code used is given as follows
<|{vari}|slider|min=0|max=200|step=5|change_delay=2000|orientation=hori|on_change=sliderchange|>

2024-06-18_09h42_40

Expected Behavior

No response

Steps to Reproduce Issue

  1. A code fragment
  2. And/or configuration files or code
  3. And/or Taipy GUI Markdown or HTML files

Screenshots

image

Version of Taipy

3.1.1

Acceptance Criteria

  • Ensure new code is unit tested, and check code coverage is at least 90%.
  • Create related issue in taipy-doc for documentation and Release Notes.

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
@FlorianJacta
Copy link
Member

Thank you @pradeepinani ! The code syntax highlight is not blocking. Does the actual code work?

from taipy.gui import Gui 

vari = 0

md = "# Step slider\n <|{vari}|slider|min=0|max=200|step=5|>"

Gui(md).run(port=2452)

Try this one, for example. Does the step mechanism work in the application?

@FlorianJacta FlorianJacta self-assigned this Jun 19, 2024
@jrobinAV jrobinAV added 🟥 Priority: Critical Must be addressed as soon as possible 🆘 Help wanted Open to participation from the community 💬 Discussion Requires some discussion and decision 👩‍💻Studio Related to Taipy Studio 🖰 GUI Related to GUI labels Jun 21, 2024
@FlorianJacta
Copy link
Member

Do you have any news on this issue? @pradeepinani

@yaten2302
Copy link
Contributor

I tried this code, it's working for me @FlorianJacta 👍

@pradeepinani
Copy link
Author

pradeepinani commented Jun 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 Discussion Requires some discussion and decision 🖰 GUI Related to GUI 🆘 Help wanted Open to participation from the community 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible 👩‍💻Studio Related to Taipy Studio
Projects
None yet
Development

No branches or pull requests

4 participants