Status Update
Comments
de...@gmail.com <de...@gmail.com> #2
de...@gmail.com <de...@gmail.com> #4
Any update?
se...@google.com <se...@google.com>
cn...@gmail.com <cn...@gmail.com> #5
Blocked my migration to compose. Bottom sheetDialogFragment already has this.
li...@gmail.com <li...@gmail.com> #6
ca...@gmail.com <ca...@gmail.com> #7
An update would be appreciated. As of now, one workaround I'm using is
confirmValueChange = { it != SheetValue.Hidden }
de...@gmail.com <de...@gmail.com> #8
se...@google.com <se...@google.com> #9
de...@gmail.com <de...@gmail.com> #10
se...@google.com <se...@google.com> #11
an...@gmail.com <an...@gmail.com> #12
b9...@gmail.com <b9...@gmail.com> #13
ap...@google.com <ap...@google.com> #14
Project: platform/frameworks/support
Branch: androidx-main
Author: Jose Figueroa <
Link:
[Material3][ModalBottomSheet] Add sheetGestureEnabled parameter to allow manual disabling of gestures
Expand for full commit details
[Material3][ModalBottomSheet] Add sheetGestureEnabled parameter to allow manual disabling of gestures
RelNote: "ModalBottomSheet now has sheetGestureEnabled parameter"
Bug: 288211587
Test: Added unit test for nested scrolling behavior
Change-Id: I856cbb6b8907ce773d47589f2c83a828a5740eb8
Files:
- M
compose/material3/material3/api/current.txt
- M
compose/material3/material3/api/restricted_current.txt
- M
compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ModalBottomSheetTest.kt
- M
compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ModalBottomSheet.kt
Hash: 18bebb5575db25ab0ff3b5e439401ea40e7bad0e
Date: Mon Sep 30 14:31:26 2024
se...@google.com <se...@google.com>
b9...@gmail.com <b9...@gmail.com> #15
ch...@appswithlove.com <ch...@appswithlove.com> #16
Was this fix also added to Material ModalBottomSheet?
se...@google.com <se...@google.com> #17
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.4.0-alpha02
androidx.compose.material3:material3-android:1.4.0-alpha02
androidx.compose.material3:material3-jvmstubs:1.4.0-alpha02
androidx.compose.material3:material3-linuxx64stubs:1.4.0-alpha02
pr...@google.com <pr...@google.com> #18
dp...@phunware.com <dp...@phunware.com> #19
We do not have a timeline for a Material implementation. Please create a separate issue for that component if it does not exist.
ma...@gmail.com <ma...@gmail.com> #20
Hi, any delay to have it on a stable release ?
sk...@gmail.com <sk...@gmail.com> #21
I've just reported this
jo...@google.com <jo...@google.com> #22
#20, if the issue reported by #21 isn't the same as yours, can you file an issue with a repro?
na...@gmail.com <na...@gmail.com> #23
ma...@gmail.com <ma...@gmail.com> #24
#22 it's exactly the same issue, easy to reproduce.
Get a Column with an OutlinedTextField or any input text field with a Bottom Sheet that contains another input text. You cannot type into the one inside the bottom sheet.
In my opinion the problem is not that the bottom sheet covers the keyboard, indeed it does that, but I was testing from the emulator and I was typing on the physical keyboard, I think it's more like a focus issue but we count on you guys to figure it out.
jo...@google.com <jo...@google.com> #25
#24, gotcha! Please follow along in the other issue then :)
de...@gmail.com <de...@gmail.com> #26
The BottomSheet still has serious problems with positioning. Depending on the height of the content, the BottomSheet floats in the middle of the screen or something similar, so that a lot of the app is still visible below the BottomSheet.
Is this already known, or should I create a ticket?
se...@google.com <se...@google.com> #27
Yes, see
For other issues please file new bugs so we can more effectively triage than coming back to this tracker.
at...@gmail.com <at...@gmail.com> #28
ja...@gmail.com <ja...@gmail.com> #29
This import is not working for me
ja...@gmail.com <ja...@gmail.com> #30
const val composeVersion = "1.4.3"
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}
Using the above version of Material3. Please share any suggestions.
Description
Feature Request to add BottomSheets to Compose for Material 3. Bottom sheets - Material Design 3 . The Guidelines are also still missing.
See