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

InputMessage flashes on page load #4323

Closed
nickneilsonblack opened this issue Mar 29, 2022 · 5 comments
Closed

InputMessage flashes on page load #4323

nickneilsonblack opened this issue Mar 29, 2022 · 5 comments
Assignees
Labels
4 - verified Issues that have been released and confirmed resolved. bug Bug reports for broken functionality. Issues should include a reproduction of the bug.

Comments

@nickneilsonblack
Copy link

nickneilsonblack commented Mar 29, 2022

Actual Behavior

When defining an input message for validation- the message is initially inactive and hidden. On page load the input message is briefly displayed before being hidden leading to a flash / visual artifact.

Expected Behavior

The message should not show up at all on page load / refresh.

Reproduction Sample

https://codepen.io/neilsonblack/pen/WNdOdqL

Reproduction Steps

  1. Open codepen
  2. Click Remove Input button
  3. Click Load Input button - see the input message flash

Reproduction Version

1.0.0-beta.80

Relevant Info

No response

Regression?

No response

@nickneilsonblack nickneilsonblack added 0 - new New issues that need assignment. bug Bug reports for broken functionality. Issues should include a reproduction of the bug. needs triage Planning workflow - pending design/dev review. labels Mar 29, 2022
@macandcheese
Copy link
Contributor

I think this may be a combination of #991 and, specifically to input message, this crazy animation that makes the root issue more noticeable : #4291

@nickneilsonblack
Copy link
Author

Thanks @macandcheese - looks like the stencil fix we were waiting on for #991 was merged, also agree it would be nice to tone down the animation 👍

@benelan benelan added this to the Sprint 04/25 - 05/6 milestone Apr 8, 2022
@benelan benelan removed the needs triage Planning workflow - pending design/dev review. label Apr 8, 2022
@driskull
Copy link
Member

This seems like an error with the HTML in the codepen. If you remove all the calcite-hydrated="" then its fine.

@driskull
Copy link
Member

@benelan can we close this one?

@driskull driskull added 1 - assigned Issues that are assigned to a sprint and a team member. and removed 0 - new New issues that need assignment. labels Apr 21, 2022
@benelan
Copy link
Member

benelan commented Apr 21, 2022

Thanks Matt, closing this issue as verified. The issue is resolved after removing calcite-hydrated="" from the repro sample.

@benelan benelan closed this as completed Apr 21, 2022
@benelan benelan added 4 - verified Issues that have been released and confirmed resolved. and removed 1 - assigned Issues that are assigned to a sprint and a team member. labels Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - verified Issues that have been released and confirmed resolved. bug Bug reports for broken functionality. Issues should include a reproduction of the bug.
Projects
None yet
Development

No branches or pull requests

4 participants