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

Tool Assistance Popup Bugs #1167

Open
mathieu-fournier opened this issue Dec 31, 2024 · 0 comments
Open

Tool Assistance Popup Bugs #1167

mathieu-fournier opened this issue Dec 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mathieu-fournier
Copy link
Contributor

Describe the bug

We want the tool assistance popup to be displayed by default and be persitent (visible without fading out after some milliseconds).

Cannot hide when Displayed by default

By setting defaultPromptAtCursor to true, we get the expected behaviour of having the cursor popup by default.
Ex: content: <ToolAssistanceField defaultPromptAtCursor={true}/>

The bug we are facing is that the tool assistance toggle button does not hide the popup. We must reopen the application for the changes to apply and get a hidden popup.

Persistence

By setting cursorPromptTimeout to a very high value, the popup stays visible for a very long time, simulating a persistent poup.
Ex : content: <ToolAssistanceField cursorPromptTimeout={900000000} />

A bug became apparent with this.
Popups are visible outside from the viewport. They are also visible when changing frontstages.
In the image below we can see the popup visible on top of widgets.
Image

Related to #1135

To Reproduce

No response

Expected Behavior

No response

Screenshots

No response

Desktop (please complete the applicable information)

No response

Additional context

No response

@mathieu-fournier mathieu-fournier added the bug Something isn't working label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant