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

fix: show spinner for element ID property until it is retrieved #1390

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

eglitise
Copy link
Collaborator

Quick fix for how the Element ID property is displayed in the Selected Element panel. Currently, the property value field starts empty, and is only populated once the element is found. Without a spinner it may be unclear that Appium is searching for the element in the background.
This also fixes the problem when, if an element is selected, and then a different one is selected (without unselecting the current one), the element ID value field keeps the ID of the previous element, until the new one is found. Now it is properly cleared first.

@github-actions github-actions bot added the fix This resolves a user-facing problem label Mar 14, 2024
@jlipps jlipps merged commit 1b2d3d9 into appium:main Mar 14, 2024
5 of 6 checks passed
@eglitise eglitise deleted the add-spinner-to-element-id branch March 14, 2024 17:20
laib3 pushed a commit to laib3/appium-inspector that referenced this pull request Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix This resolves a user-facing problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants