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- hover_text not showing for indicator #1147

Open
2 tasks
tomeck8 opened this issue Apr 9, 2024 · 5 comments · May be fixed by #1282
Open
2 tasks

BUG- hover_text not showing for indicator #1147

tomeck8 opened this issue Apr 9, 2024 · 5 comments · May be fixed by #1282
Assignees
Labels
🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. 🟨 Priority: Medium Not blocking but should be addressed 🥶Waiting for contributor Issues or PRs waiting for a long time

Comments

@tomeck8
Copy link

tomeck8 commented Apr 9, 2024

Description
When adding a hover_text to an indicator, it does not show when hovering over it. (When I use hover_text on a selector instead of indicator, it works, though..)

How to reproduce

  • A code fragment
     from taipy.gui import Gui, State
    
    Gui("""
    #test
    <|message|indicator|value=50|min=0|max=100|hover_text=This does not show|>
    """).run()

Expected behavior
Description of what would be the expected outcome.

Screenshots
When available and relevant, screenshots to better highlight the problem.

Runtime environment
Please specify relevant indications.

  • Taipy==3.0.0:
  • OS: MacOS 14.4.1
  • Browser: Chrome

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 if relevant
@tomeck8 tomeck8 added the 💥Malfunction Addresses an identified problem. label Apr 9, 2024
@FlorianJacta FlorianJacta added 🖰 GUI Related to GUI 🟨 Priority: Medium Not blocking but should be addressed labels Apr 10, 2024
@FlorianJacta
Copy link
Member

I was able to replicate it. Thank you for the issue. It is still present in the latest release 3.1.1.

@Satoshi-Sh
Copy link
Contributor

Can I take on this issue?

@FlorianJacta
Copy link
Member

@FabienLelaquais What do you think about this? Is the issue well documented?

@FlorianJacta
Copy link
Member

@Satoshi-Sh You are assigned to the issue. You can ask us for any help!

@Satoshi-Sh Satoshi-Sh linked a pull request May 13, 2024 that will close this issue
Copy link
Contributor

This issue has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this issue, please add another comment or create a PR that links to this issue. If a PR has already been created which refers to this issue, then you should explicitly mention this issue in the relevant PR. Otherwise, you will be unassigned in 14 days. For more information please refer to the contributing guidelines.

@github-actions github-actions bot added the 🥶Waiting for contributor Issues or PRs waiting for a long time label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. 🟨 Priority: Medium Not blocking but should be addressed 🥶Waiting for contributor Issues or PRs waiting for a long time
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants