Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First click inside BasicAlertDialog accompanied by jump of rise component #4950

Closed
ExNDY opened this issue Jun 10, 2024 · 4 comments
Closed
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists ios layers: popup/dialog

Comments

@ExNDY
Copy link

ExNDY commented Jun 10, 2024

Describe the bug
Clickable content inside Dialog/BasicAlertDialog on iOS platform accompanied by jump of resize component.

Affected platforms

  • iOS

Versions

  • Compose Multiplatform version: 1.6.10, 1.6.11
  • Kotlin version: 2.0.0
  • OS version(s) (required for Desktop and iOS issues): iOS 17.4
  • OS architecture (x86 or arm64): arm64
  • Device (model or simulator for iOS issues): Device, Simulator

To Reproduce
Steps to reproduce the behavior:

  1. Run this code snippet:
    BasicAlertDialog(
                 modifier = Modifier.fillMaxWidth(),
                 onDismissRequest = {  },
             ) {
                 Button(
                     onClick = {}
                 ){
                     Text("sametext")
                 }
             }
  2. Click on button
  3. See jump on first click any elements

Expected behavior
Click without "jumps" like on Android platform

Video

2024-06-10.12.00.44.mov
@ExNDY ExNDY added bug Something isn't working submitted labels Jun 10, 2024
@MatkovIvan
Copy link
Member

Duplicate of #4924

@MatkovIvan MatkovIvan marked this as a duplicate of #4924 Jun 10, 2024
@MatkovIvan MatkovIvan self-assigned this Jun 10, 2024
@MatkovIvan MatkovIvan added duplicate This issue or pull request already exists ios layers: popup/dialog and removed submitted labels Jun 10, 2024
@okushnikov
Copy link

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

2 similar comments
@okushnikov
Copy link

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

@okushnikov
Copy link

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists ios layers: popup/dialog
Projects
None yet
Development

No branches or pull requests

3 participants