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

Any Inputfield popovers for invalid input flash "error" when disappearing #1181

Open
456dev opened this issue Apr 23, 2023 · 1 comment
Open
Labels
1. bug Something isn't working 2. frontend This issue/pr relates to an issue/change on the frontend

Comments

@456dev
Copy link

456dev commented Apr 23, 2023

Observed/problematic behavior

When any invalid input errors are resolved, the popover displaying the issue flashes "error" before disappearing.

Expected behavior

it not to flash

Steps to reproduce

popover-error-2023-04-23_15.11.47.mp4

Other

No response

@kennytv kennytv added 1. bug Something isn't working 2. frontend This issue/pr relates to an issue/change on the frontend labels Apr 23, 2023
@Rushmead
Copy link
Contributor

I found this a slightly difficult problem to solve, with no, at-least to me, clear solution. Both the appearance of the tooltip and the error message itself are coming from the same data. Once that data changes (the field no longer being invalid), it will instantly update the text which becomes visible due to the transition time for the tooltip to disappear.

The only solution I could come up with was to somehow delay the changing of the text until after the transition had occurred, but my lack of knowledge with this specific stack means that I wouldn't know where to even begin with that, plus it not being a very nice solution.

If anyone has any other suggestions as to how to fix this, I'd be happy to take a shot at implementing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. bug Something isn't working 2. frontend This issue/pr relates to an issue/change on the frontend
Projects
Status: New
Development

No branches or pull requests

3 participants