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

Navigator has a frame/event pause before updating correctly for an img element. #4773

Open
seanparsons opened this issue Jan 19, 2024 · 0 comments
Labels
Bug Something isn't working Navigator

Comments

@seanparsons
Copy link
Contributor

Describe the bug
When pasting an img element in the code editor (not necessarily the only way to reproduce this) the label in the navigator does not update correctly until something like a mouse move is performed.

To Reproduce

  1. With an existing img element containing an alt attribute in the code editor.
  2. Copy the existing element.
  3. Paste a new copy next to the old one.
  4. Do not move the mouse or press any keys.

Result: The navigator show img rather than the alt label.

Expected behaviour
The alt label should be shown without any further actions triggered.

Screenshots
navigator-label-bug

@seanparsons seanparsons added Bug Something isn't working Navigator labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Navigator
Projects
None yet
Development

No branches or pull requests

1 participant