Status Update
Comments
ba...@gmail.com <ba...@gmail.com> #2
Tram, can you confirm that the behavior is correct if the modifier is moved to the composable inside the AnimatedPane?
ma...@gmail.com <ma...@gmail.com> #3
Hi Max, yes when the modifiers are moved to the composable inside the AnimatedPane, the PB animations are better than when the modifiers are in the AnimatedPane itself
ma...@gmail.com <ma...@gmail.com> #5
After some investigation, I can conclude this behavior is consistent with other animation "wrapper" composables, e.g. AnimatedVisibility
. Modifiers should indeed be applied to the children in order to properly participate in the animation.
jo...@olavstoppen.no <jo...@olavstoppen.no> #6
#5 I'm still having this issue with the keyboard in M3 alpha08. The text field gets focus, but the keyboard doesn't show.
ka...@gmail.com <ka...@gmail.com> #7
dp...@phunware.com <dp...@phunware.com> #8
Issue persists. Does anybody know if there's any temporary fixes for this?
pa...@gmail.com <pa...@gmail.com> #9
dp...@phunware.com <dp...@phunware.com> #10
Hi! Any updates on this? The above workaround doesn't work.
ae...@google.com <ae...@google.com> #11
Duplicate bug
"I managed to fix it by adding following Window flag to the createLayoutParams
function
flags = flags or WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM
"
Description
Jetpack Compose version: 1.3.1
Jetpack Compose component used: Popup
Android Studio Build:#AI-222.4345.14.2221.9228443
Kotlin version: 1.8
Steps to Reproduce or Code Sample to Reproduce: