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

[Bug]: graphical glitch #92

Closed
2 tasks done
srkrishnan1989 opened this issue Jun 9, 2024 · 4 comments
Closed
2 tasks done

[Bug]: graphical glitch #92

srkrishnan1989 opened this issue Jun 9, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@srkrishnan1989
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I am using kde neon OS 6.0.4 (Linux) which is based on Ubuntu OS ,my

flutter version is 3.22 , the problem is when I activate ShowPopOver function the graphical glitches happening

The code I have used

 ListTile(
        title: Text(text),
        trailing: Builder(
          builder: (context) =>
             IconButton(
                onPressed: () => showPopover(
                  width: 100,height: 100,
                    context: context, 
                    bodyBuilder: (context) => NoteSettings(onEditTap: editOnPressed,onDeleteTap: deleteOnPressed,)),
                icon: const Icon(Icons.more_vert))
          
        ),
      )
Screencast_20240609_130140.webm

Expected Behavior

No response

What operating system are you seeing the problem on?

Linux

Relevant log output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@srkrishnan1989 srkrishnan1989 added the bug Something isn't working label Jun 9, 2024
@angelocordero
Copy link

Currently experiencing the same issue

@minikin
Copy link
Owner

minikin commented Jun 11, 2024

@srkrishnan1989 @angelocordero feel free to create a fix.

@merkator95
Copy link

Experiencing the same on 3.22.2 and resolves on flutter channel master. Seems to be a flutter engine issue possibly related to flutter/engine#50754.

@srkrishnan1989
Copy link
Author

The problem solved on flutter version 3.24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants