Skip to content

ImageFiltered hides child on scroll #130318

@GeylanKalafMohe

Description

@GeylanKalafMohe

Is there an existing issue for this?

Steps to reproduce

  1. Use ImageFiltered with providing only one value like sigmaX or sigmaY or don't provide any value: ImageFilter.blur()
  2. Run the App on Android
  3. Scroll on the page via SingleChildScrollView vertically or horizontally
  4. !! Widget hides !!

Expected results

Text Widget should not be hidden

Actual results

Text Widget is hidden

Code sample

Code sample
ImageFiltered(
          imageFilter: ImageFilter.blur(sigmaX: 3),
          child: const Text('hi'),
        ),
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.5, on macOS 13.3.1 22E772610a darwin-x64, locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.79.2)
[✓] Connected device (4 available)
[✓] Network resources

• No issues found!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: renderingUI glitches reported at the engine/skia or impeller rendering levelengineflutter/engine related. See also e: labels.found in release: 3.10Found to occur in 3.10found in release: 3.12Found to occur in 3.12has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionteam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions