Fixed
Status Update
Comments
to...@gmail.com <to...@gmail.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Steps to reproduce
Please provide a sample application or apk to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Android bug report
After reproducing the issue, press the volume up, volume down, and power button simultaneously. This will capture a bug report on your device in the “bug reports” directory. Attach the bug report file to this issue.
Alternate method:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Steps to reproduce
Please provide a sample application or apk to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Android bug report
After reproducing the issue, press the volume up, volume down, and power button simultaneously. This will capture a bug report on your device in the “bug reports” directory. Attach the bug report file to this issue.
Alternate method:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
le...@google.com <le...@google.com> #3
Steps to reproduce
See the sample android project in the attachment: dropDownHorizontalOffset_repro.zip
Simply run the app. It will display a default spinner and a spinner with a vertical and horizontal dropdown offset applied. The vertical offset succeeds, the horizontal is fails.
Android bug report
Attached: bugreport-Pixel_2_API_27-2018-05-17-16-42-21-65850259-6d8f-4ea5-958e-cfde14c9d5d8
See the sample android project in the attachment: dropDownHorizontalOffset_repro.zip
Simply run the app. It will display a default spinner and a spinner with a vertical and horizontal dropdown offset applied. The vertical offset succeeds, the horizontal is fails.
Android bug report
Attached: bugreport-Pixel_2_API_27-2018-05-17-16-42-21-65850259-6d8f-4ea5-958e-cfde14c9d5d8
to...@gmail.com <to...@gmail.com> #4
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
le...@google.com <le...@google.com> #5
Hello. What is the status of this issue?
to...@gmail.com <to...@gmail.com> #6
The issue reported here has been fixed. Please check on the latest version and report back if the issue persists.
ap...@google.com <ap...@google.com> #7
This issue was first entered in 2014 and it still persists...........
I wonder what version #6 is referring to, because I'm running my app on the latest and I still can see this problem.
Please, provide more info before changing the status!!!
I wonder what version #6 is referring to, because I'm running my app on the latest and I still can see this problem.
Please, provide more info before changing the status!!!
to...@gmail.com <to...@gmail.com> #8
Still not working. Tested on Google Pixel 4A Emulator latest API.
le...@google.com <le...@google.com> #9
It's also not working here in an app with target and compile sdk 34 (tested on pixel 6 / sdk 34)
to...@gmail.com <to...@gmail.com> #10
Thank for the fix.
Do you think this can also fix things like
na...@google.com <na...@google.com> #11
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.foundation:foundation:1.8.0-alpha04
androidx.compose.foundation:foundation-android:1.8.0-alpha04
androidx.compose.foundation:foundation-jvmstubs:1.8.0-alpha04
androidx.compose.ui:ui:1.8.0-alpha04
androidx.compose.ui:ui-android:1.8.0-alpha04
androidx.compose.ui:ui-jvmstubs:1.8.0-alpha04
androidx.compose.ui:ui-linuxx64stubs:1.8.0-alpha04
Description
Jetpack Compose component(s) used: Many
I'm not sure yet how to reproduce yet but see attached video.
The first screen is a Horizontal Lazy in a vertical one with snapfling.
On first display the fling works in both directions.
Scroll away then scrollback to redraw the Horizontal lazy then the fling does not work to right as you can see the overscroll effect runs all the time.
The second screen is an VerticalLazy on first display it can fling down but have the same issue when fling up.
Moving away then drawing away fixed this.
I can sometimes rarely, break the fling in the opposite direction on the first screen with the Horizontal one.
I'm a little puzzled by the difference between the screens when one works then don't work on redisplay, but the other is the opposite it first don't work then works.