Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
From toml file:
androidxActivityCompose = "1.9.2"
androidxComposeMaterial = "1.7.2"
androidxComposeMaterial3 = "1.3.0"
androidxComposeMaterial3Adaptive = "1.0.0"
androidxComposeMaterial3AdaptiveNavigationSuite = "1.3.0"
androidxComposeRuntime = "1.7.2"
androidxComposeUi = "1.7.2"
androidxLifecycle = "2.8.6"
androidxNavigation = "2.8.1"
Jetpack Compose component(s) used:
Scaffold
LazyColumn
LazyColumnDragAndDropDemo code (
Android Studio Build:
Android Studio Ladybug Feature Drop | 2024.2.2 Canary 2
Build #AI-242.21829.142.2422.12358220, built on September 12, 2024
Kotlin version:
kotlin = "2.0.20"
I'm including a sample project with the issue. The sample is taken from
If you want to drag over an item, which is big quite big, e.g. 800.dp the drag and drop just stops working.
This is blocking us from implementing drag and drop into our app.