Status Update
Comments
jp...@gmail.com <jp...@gmail.com> #2
The issue turns out to be a problem with how the requestFocus()
was being called. in updateFocusRectInWindowSnapshot
, there is a check for isFocused
that should also consider hasFocus()
. The line should be changed from:
if (!view.isFocused) {
to
if (!view.isFocused && !view.hasFocus()) {
rh...@google.com <rh...@google.com> #3
Resolved the original issues by using the correct rect value. However the focus shouldn't skip focus even with incorrect value. re-open the issue for investigation purpose. Thank you!
de...@gmail.com <de...@gmail.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: George Mount <
Link:
Fix requestFocus with bad previous rectangle
Expand for full commit details
Fix requestFocus with bad previous rectangle
Fixes: 388590015
When requestFocus() is called on a ComposeView with a previousRect
set to something that doesn't make sense (empty rectangle from the
wrong direction, for example), the previous behavior would not
find a matching component in that direction. Instead, it would
find the next View to focus on and pass the focus on.
With this CL, if the ComposeView isn't currently focused and a
focusSearch fails to find something focusable in relation to the
previous rectangle, an attempt is made irrespective of the
previous rectangle.
Relnote: "Fixed focus issue where requestFocus() with a
nonsensical previouslyFocusedRect parameter (related to
the focus direction) would skip past a ComposeView."
Test: new test, manual testing
Change-Id: Ifdc2f17b23620d1ae14848624f447f84cc1b0b5d
Files:
- M
compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/RequestFocusTest.kt
- M
compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/AndroidComposeView.android.kt
Hash: 8501eec732d61bd71c385a90f58a194191816d57
Date: Fri Jan 10 11:04:59 2025
ia...@gmail.com <ia...@gmail.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.ui:ui-android:1.8.0-beta01
androidx.compose.ui:ui-jvmstubs:1.8.0-beta01
androidx.compose.ui:ui-linuxx64stubs:1.8.0-beta01
ha...@gmail.com <ha...@gmail.com> #6
vi...@gmail.com <vi...@gmail.com> #7
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I installed the udfps software as mentioned online by other users. Now the scanner has appeared again. It recorded my fingerprints as well as recognizes them. Only problem is the scanner disappears if I restart the phone.
Debugging information
Google Play services
com.google.android.gms
Version 231715044 (23.17.15 (190400-534251769))
System App (Updated)
Android System WebView
com.google.android.webview
Version 567252433 (113.0.5672.24)
System App (Updated)
Network operator: Vi India
SIM operator: Vi India
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit
vi...@gmail.com <vi...@gmail.com> #8
sk...@gmail.com <sk...@gmail.com> #9
gr...@orange.fr <gr...@orange.fr> #10
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
This is not a duplicated issue. The issue this has been duplicated to relates to UPB2 which was subsequently fixed in UPB2.1
The Fingerprint Options have completely vanished in UPB3 on Pixel 6 Pro. Please treat this as a new case and fix.
Thank you.
Debugging information
Google Play services
com.google.android.gms
Version 232115044 (23.21.15 (190400-537063201))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573505833 (114.0.5735.58)
System App (Updated)
Network operator: Orange F
SIM operator: Orange F
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit
ar...@gmail.com <ar...@gmail.com> #11
ia...@gmail.com <ia...@gmail.com> #12
gr...@orange.fr <gr...@orange.fr> #13
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
286288488 issue tracking number is not in any way related to
286288488 issue in UPB3 is a total disappearance of the fingerprint sensor from the Pixel 6 Pro (seemingly a bug has disabled the fingerprint sensor completely)
Please separate the 2 issue numbers and assign 286288488 as a new case (Fingerprint Sensor disabled in UPB3)
Thanks
Debugging information
Google Play services
com.google.android.gms
Version 232116044 (23.21.16 (190400-538318806))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573506133 (114.0.5735.61)
System App (Updated)
Network operator: Orange F
SIM operator: Orange F
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit
sc...@gmail.com <sc...@gmail.com> #14
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
This is for Android 14 beta 3 not beta 2 my fingerprint reader was working before the new beta. This is not a duplicate issue
Debugging information
Google Play services
com.google.android.gms
Version 231819044 (23.18.19 (190400-536743017))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573506133 (114.0.5735.61)
System App (Updated)
Network operator: Boost Mobile
SIM operator: Boost Mobile
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit
sc...@gmail.com <sc...@gmail.com> #15
sr...@gmail.com <sr...@gmail.com> #16
ma...@gmail.com <ma...@gmail.com> #17
li...@gmail.com <li...@gmail.com> #18
eg...@gmail.com <eg...@gmail.com> #19
sr...@gmail.com <sr...@gmail.com> #20
jo...@gmail.com <jo...@gmail.com> #21
se...@gmail.com <se...@gmail.com> #22
jf...@gmail.com <jf...@gmail.com> #23
jp...@gmail.com <jp...@gmail.com> #24
wh...@gmail.com <wh...@gmail.com> #25
we...@gmail.com <we...@gmail.com> #26
rv...@gmail.com <rv...@gmail.com> #27
du...@gmail.com <du...@gmail.com> #28
de...@gmail.com <de...@gmail.com> #29
js...@angi.com <js...@angi.com> #30
ab...@gmail.com <ab...@gmail.com> #31
ik...@gmail.com <ik...@gmail.com> #32
ha...@gmail.com <ha...@gmail.com> #33
sh...@gmail.com <sh...@gmail.com> #34
la...@letran.xyz <la...@letran.xyz> #35
temporarily, until a reboot removes it again
On Thu, Jun 8, 2023 at 1:39 PM <buganizer-system@google.com> wrote:
vi...@google.com <vi...@google.com> #36
The issue has been fixed and it will become available in a future Android release. Please keep an eye on the release notes(
tj...@gmail.com <tj...@gmail.com> #37
ro...@gmail.com <ro...@gmail.com> #38
er...@gmail.com <er...@gmail.com> #39
ba...@gmail.com <ba...@gmail.com> #40
ja...@gmail.com <ja...@gmail.com> #41
Post says fixed but I do not see a fix?
jo...@gmail.com <jo...@gmail.com> #42
ki...@gmail.com <ki...@gmail.com> #43
sk...@gmail.com <sk...@gmail.com> #44
20...@gmail.com <20...@gmail.com> #45
su...@gmail.com <su...@gmail.com> #46
am...@gmail.com <am...@gmail.com> #47
sa...@gmail.com <sa...@gmail.com> #48
co...@gmail.com <co...@gmail.com> #49
la...@gmail.com <la...@gmail.com> #50
br...@thebuddhalodge.com <br...@thebuddhalodge.com> #51
ps...@gmail.com <ps...@gmail.com> #52
pl...@gmail.com <pl...@gmail.com> #53
Please prioritise a fix for this ASAP.
ds...@gmail.com <ds...@gmail.com> #54
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
After every update it seems to "forget" that a fingerprint sensor is installed in the phone. It won't show up at all in settings after an update and won't show on the lock screen on a pixel 6 by the way if this helps
Debugging information
Google Play services
com.google.android.gms
Version 232157044 (23.21.57 (190400-538373059))
System App (Updated)
Android System WebView
com.google.android.webview
Version 567263633 (113.0.5672.136)
System App (Updated)
Network operator: Verizon
SIM operator: Verizon
Filed by Android Beta Feedback. Version (Updated): 2.35-betterbug.external_20230524_RC04 (DOGFOOD)
To learn more about our feedback process, please visit
ds...@gmail.com <ds...@gmail.com> #55
v....@gmail.com <v....@gmail.com> #56
It would be great to have an update and an estimate as to when it will be fixed please
sp...@gmail.com <sp...@gmail.com> #57
p....@gmail.com <p....@gmail.com> #58
do...@gmail.com <do...@gmail.com> #59
pa...@gmail.com <pa...@gmail.com> #60
se...@gmail.com <se...@gmail.com> #61
pl...@gmail.com <pl...@gmail.com> #62
Thanks,
gm...@gmail.com <gm...@gmail.com> #63
cf...@gmail.com <cf...@gmail.com> #64
an...@gmail.com <an...@gmail.com> #65
UPB3.230519.008
pl...@gmail.com <pl...@gmail.com> #66
li...@gmail.com <li...@gmail.com> #67
do...@gmail.com <do...@gmail.com> #68
jp...@gmail.com <jp...@gmail.com> #69
st...@gmail.com <st...@gmail.com> #70
ha...@gmail.com <ha...@gmail.com> #71
need his thanks
Pada tanggal Kam, 15 Jun 2023 08.08, <
buganizer-system+1235152+284360298@google.com> menulis:
ka...@gmail.com <ka...@gmail.com> #72
I see this is marked as fixed. No hot patch? Pixel 6 pro (raven) running android 14 (UPB3.230519.008) Fi edition. Updated last night, no fingerprint option in settings at all.
ka...@gmail.com <ka...@gmail.com> #73
No update available. Is the OTA for .014 available to force update? Android Flash Utility?
ta...@gmail.com <ta...@gmail.com> #75
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
After latest update today, fingerprints were once again available for apps, but not for screen unlock.
Debugging information
Google Play services
com.google.android.gms
Version 232116044 (23.21.16 (190400-538318806))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573506133 (114.0.5735.61)
System App (Updated)
Network operator: TELUS
SIM operator: TELUS
Filed by Android Beta Feedback. Version (Updated): 2.35-betterbug.external_20230524_RC04 (DOGFOOD)
To learn more about our feedback process, please visit
ta...@gmail.com <ta...@gmail.com> #76
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Has been working intermittently since last report. Worked at least once earlier today.
Debugging information
Google Play services
com.google.android.gms
Version 232216044 (23.22.16 (190400-540586286))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573506133 (114.0.5735.61)
System App (Updated)
Network operator: TELUS
SIM operator: TELUS
Filed by Android Beta Feedback. Version (Updated): 2.35-betterbug.external_20230524_RC04 (DOGFOOD)
To learn more about our feedback process, please visit
vi...@gmail.com <vi...@gmail.com> #77
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I just got a small update installed and it has resolved the fps issue. Issue seems to be resolved with the latest update.
Debugging information
Google Play services
com.google.android.gms
Version 232216044 (23.22.16 (190400-540586286))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573513033 (114.0.5735.130)
System App (Updated)
Network operator: Vi India
SIM operator: Vi India
Filed by Android Beta Feedback. Version (Updated): 2.35-betterbug.external_20230524_RC04 (DOGFOOD)
To learn more about our feedback process, please visit
vi...@gmail.com <vi...@gmail.com> #78
pc...@gmail.com <pc...@gmail.com> #79
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Reboot did not solve issue.
Debugging information
Google Play services
com.google.android.gms
Version 232216044 (23.22.16 (190400-540586286))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573506033 (114.0.5735.60)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.35-betterbug.external_20230524_RC04 (DOGFOOD)
To learn more about our feedback process, please visit
pc...@gmail.com <pc...@gmail.com> #80
va...@gmail.com <va...@gmail.com> #81
gr...@orange.fr <gr...@orange.fr> #82
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Fixed
Debugging information
Google Play services
com.google.android.gms
Version 232413044 (23.24.13 (190400-540612754))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573513133 (114.0.5735.131)
System App (Updated)
Network operator: Orange F
SIM operator: Orange F
Filed by Android Beta Feedback. Version (Updated): 2.35-betterbug.external_20230524_RC04 (DOGFOOD)
To learn more about our feedback process, please visit
th...@gmail.com <th...@gmail.com> #83
va...@gmail.com <va...@gmail.com> #84
gl...@gmail.com <gl...@gmail.com> #85
se...@gmail.com <se...@gmail.com> #86
Sergej
bo...@gmail.com <bo...@gmail.com> #87
wa...@gmail.com <wa...@gmail.com> #88
kk...@googlemail.com <kk...@googlemail.com> #89
ma...@yahoo.com.au <ma...@yahoo.com.au> #90
sh...@gmail.com <sh...@gmail.com> #91
ab...@gmail.com <ab...@gmail.com> #92
im still on Android 13. rebooting the device didn't work and the calibration tool is not working as it says that my update is newer than the calibration tool version.
how do i fix it ASAP?
ab...@gmail.com <ab...@gmail.com> #93
lo...@gmail.com <lo...@gmail.com> #94
na...@gmail.com <na...@gmail.com> #95
ab...@gmail.com <ab...@gmail.com> #96
so...@gmail.com <so...@gmail.com> #97
me...@gmail.com <me...@gmail.com> #98
th...@googlemail.com <th...@googlemail.com> #99
ro...@gmail.com <ro...@gmail.com> #100
ma...@gmail.com <ma...@gmail.com> #101
mi...@gmail.com <mi...@gmail.com> #102
el...@thelagoscontinental.com <el...@thelagoscontinental.com> #103
mi...@gmail.com <mi...@gmail.com> #104
m....@gmail.com <m....@gmail.com> #105
da...@gmail.com <da...@gmail.com> #106
How long will it be before this is fixed for Android 14?
Description
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
What type of Android issue is this? Fingerprint Auth
What steps would let us observe this issue?
1. Turn Off Screen
2. Turn On Screen
3. Fingerprint Unlock Has Disappeared
What did you expect to happen?
Unlock Device and Apps with Fingerprint
What actually happened?
Fingerprint has Disappeared from Lock Screen, Apps and Settings
How often has this happened?
Every time
What was the effect of this issue on your device usage, such as lost time or work?
Did not observe, or no opinion
Additional comments
This issue appeared after updating to: UpsideDownCake (UPB2.230407.019)
Debugging information
Google Play services
com.google.android.gms
Version 231613044 (23.16.13 (190400-527363516))
System App (Updated)
Android System WebView
com.google.android.webview
Version 567252433 (113.0.5672.24)
System App (Updated)
Network operator: Home
SIM operator: Tracfone
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit