aletheia icon indicating copy to clipboard operation
aletheia copied to clipboard

Bug: Input Component Overlapping on Reinsert

Open Keikonichi opened this issue 1 year ago • 0 comments

Background Information

The input component for adding questions is exhibiting inappropriate behavior. The issue occurs when it is deleted and reinserted: it is rendered randomly on the screen, overlapping another component. Furthermore, when this test cycle is repeated, the same overlapping behavior occurs unpredictably.

This video about the input component https://jam.dev/c/ba80d68f-49d1-43fa-9e14-9a8b0c2e7749

Image

Steps to Reproduce

  1. Go to the Claim page.
  2. Click on any sentence to open the drawer.
  3. Check for the delete icon in the "Which questions should the verification answer?" field.
  4. Click the icon to delete this field.
  5. Confirm that the field has been successfully removed.
  6. Click the question icon to add the field again.
  7. Verify that the newly added component is randomly overlapping another component.

How

No response

Expected Behavior

When deleting and reinserting the input component for adding questions, it should be rendered correctly in the interface, maintaining its original position without overlapping other components. The input's position should be predictable and consistent with each insertion, ensuring a stable and organized user experience.

Keikonichi avatar Feb 14 '25 14:02 Keikonichi