vaadin / copilot

1 stars 0 forks source link

Selection outline is not updated when the element is resized through inline editing #4

Closed Legioth closed 9 months ago

Legioth commented 9 months ago

Steps to reproduce:

  1. Double click the text in a Vaadin Button to open the inline editor.
  2. Be careful to keep the mouse cursor in the same place where you double clicked
  3. Enter a slightly longer text in the field
  4. Press [enter] to submit the text change and [esc] to close the editor.
  5. Observe that the outlines are still shown according to the original sizes of the text and the button.

Screenshot 2023-12-14 at 15 47 08