You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
With an existing img element containing an alt attribute in the code editor.
Copy the existing element.
Paste a new copy next to the old one.
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
The text was updated successfully, but these errors were encountered:
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
img
element containing analt
attribute in the code editor.Result: The navigator show
img
rather than thealt
label.Expected behaviour
The
alt
label should be shown without any further actions triggered.Screenshots
The text was updated successfully, but these errors were encountered: