You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a StackOverflow question about this issue?
I have searched StackOverflow
What happened?
🐛 Bug Report: [Agent app] User Input Cleared on Screen Rotation
Description:
When a user enters text into the text input field and rotates the device from portrait to landscape (or vice-versa), the typed text is completely cleared. The UI state is not persisting across configuration changes.
Steps to Reproduce:
Open the Agent application on tab Agent Demo
Type any random text into the input field.
Rotate the device to trigger a configuration change.
Observe that the input field is now empty.
Bug Video below
bug-screen-rotate-clears-text.mp4
Expected Behavior:
The entered text should survive the rotation and remain visible to the user
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
🐛 Bug Report: [Agent app] User Input Cleared on Screen Rotation
Description:
When a user enters text into the text input field and rotates the device from portrait to landscape (or vice-versa), the typed text is completely cleared. The UI state is not persisting across configuration changes.
Steps to Reproduce:
Bug Video below
bug-screen-rotate-clears-text.mp4
Expected Behavior:
The entered text should survive the rotation and remain visible to the user
Relevant logcat output
Code of Conduct