Rob X

Results 6 issues of Rob X

**Describe the bug** `Component` should not request focus immediately when scrolling list on iOS **Affected platforms** Select one of the platforms below: - iOS **Versions** - Kotlin version*: 1.9.22 -...

bug
ios

**Describe the bug** `SelectionContainer` occasionally crashes on iOS **Affected platforms** Select one of the platforms below: - iOS **Versions** - Kotlin version*: 1.9.22 - Compose Multiplatform version*: 1.6.0-rc02 **To Reproduce**...

bug
crash
ios
reproduced

**Describe the bug** `SelectionContainer` can't show options menu on iOS **Affected platforms** Select one of the platforms below: - iOS **Versions** - Kotlin version*: 1.9.22 - Compose Multiplatform version*: 1.6.0-rc02...

enhancement
ios
regression
reproduced

Fix #2087. It looks like NPE is caused by [CodePushUpdateManager.java#L79](https://github.com/microsoft/react-native-code-push/blob/master/android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java#L79). When invoking `copyNecessaryFilesFromCurrentPackage()` method, If `currentPackageFolderPath` is `null`, copying `currentPackageFolderPath` to `newUpdateFolderPath` will be discarded.

**Describe the bug** When quickly entering `TextField` with `KeyboardType.Password` on iOS, the UI jank. **Affected platforms** - iOS **Versions** - Kotlin version*: 1.9.23 - Compose Multiplatform version*: 1.6.10-beta02 - OS...

bug
ios

**Describe the bug** Here are three issues about `Keyboard` And `TextField`: - https://github.com/JetBrains/compose-multiplatform/issues/4016 - [x] When a `TextField` is included in a scrollable `Column`, if `TextField` is long enough, `TopAppBar`...

bug
ios
reproduced