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 · 2 comments
Open

Tool Assistance Popup Bugs #1167

mathieu-fournier opened this issue Dec 31, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

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
@GerardasB GerardasB self-assigned this Jan 13, 2025
@GerardasB GerardasB removed their assignment Jan 29, 2025
@simnorm
Copy link

simnorm commented Feb 4, 2025

@GerardasB We need this for OpenSite+. Who is planning to work on this, I was thinking that this would be AppUI work...?

@GerardasB GerardasB self-assigned this Feb 5, 2025
@GerardasB
Copy link
Collaborator

@GerardasB We need this for OpenSite+. Who is planning to work on this, I was thinking that this would be AppUI work...?

Thanks, I'll investigate this and get back to you.

@GerardasB GerardasB added enhancement New feature or request and removed bug Something isn't working labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants