Assigned
Status Update
Comments
yd...@google.com <yd...@google.com> #2
This functionality was released in benchmark 1.2.0-alpha06:
You'll need to use an Android 13 (API 33) emulator, and androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha06
, which removes the requirement for root, and thus works on Play emulator images.
yd...@google.com <yd...@google.com> #3
Update: I have confirmed this issue does not reproduce in the Jewel ide-sample, so we can eliminate Jewel as a possible cause. Furthermore, this makes me doubt it is likely skia/compose-desktop.
The Profiler is using the default tooltip so it is odd this is occurring, however it might be where and how the composable itself is used causing the issue. Some further investigation is needed.
Description
Tooltips in the Tasks window don't always get removed; they seem to only be updated based on mouse motion, but if I exit the window without moving (for example Alt-Tab'ing to a different app to do something and come back) -- then the tooltip is still there even when the mouse is in a different position. Take a look at the screenshot -- here I now have two tooltips (the second one showing up for the current position; the first one left from previous exit.