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

Telemetry Bar: Fix turning on edit for mobile #10761

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

DonLakeFlyer
Copy link
Contributor

A change was made a while back to the telemetry values bar to use hover instead of click to show the edit tools to unlock it. This works fine if you have a mouse. But on mobile it doesn't really work at all since there is no concept of "hover". I changed the code such that mobile goes back to the way it was before which is a click will enter edit mode. Non-mobile mouse stays with the same hover behavior.

@Davidsastresas
Copy link
Member

Davidsastresas commented Aug 8, 2023

Thanks! I wasn't aware this was broken in Android. I just checked and indeed the only way to edit the panel is clicking, and then sliding up to the lock icon, otherwise it isn't possible.

It looks good to me, I think it is good to merge. Thanks!

@DonLakeFlyer DonLakeFlyer merged commit 67be0d7 into master Aug 8, 2023
6 checks passed
@DonLakeFlyer DonLakeFlyer deleted the TelemetryBarEditMobile branch August 8, 2023 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants