Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.8.0-alpha06 Jetpack Compose component used: TooltipBox Android Studio Build: #AI-242.23339.11.2421.12700392, built on November 22, 2024 Kotlin version: 2.0.21
Steps to Reproduce or Code Sample to Reproduce:
What happens: On certain devices like Samsung S24 Ultra and S24 Plus, using TooltipBox renders the entire screen where it is applied almost completely unresponsive. On S21 or the Tab S10 Plus we did not observe this problem. The current workaround I found is to try to replicate the look and feel of the ToolTipbox within the BasicTooltipBox. Unfortunately logcat did not tell me anything other than a few "Skipping frames".
Code snippet (also you can check the attached project):
This produces the issue:
This does not produce any issues: