Skip to content

The Widgets falling below the expanded area of "Expandable Floating Action Button" become inaccessible #945

@saketkrb2b

Description

@saketkrb2b

Has your issue been reported?

  • I have searched the existing issues and confirm it has not been reported.
  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

I implemented an expandable floating action bar as per the tutorial https://blog.flutterflow.io/creating-an-expandable-button/
This works perfectly fine. The animations are perfect. However, even when the OptionsContainer is not expanded, if I click on the listview item in the background, it still triggers the action associated with an option in OptionsContainer. So, as a user, if I want to click on the listview item which overlaps with the expanded options, it doesn't give me the desired action. I should be able to select the listview items when the options are not visible on screen.

Whether the expandable FAB is open or closed, does not matter, the area of the options container is not accessible in the listview behind it

screen-capture.1.mp4

Expected Behavior

The elements behind the expanded area should be accessible when the the FAB is not in expanded state.

Steps to Reproduce

We copied the widget from the official marketplace project titled "Expandable Button".
https://app.flutterflow.io/marketplace/item/q1f1UKfYZkkHNzxAr743

Screenshot 2023-05-29 at 1 06 17 PM

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

IT4ShfLqw5dOtbxa1s+JbflahjovIjslRY00lu16EBcdGK2uOrQDXOmmSFRuQtOmTFc2PmGanmEz0/vHkdzIN/Y5Ok6afZxc1aVcFAKVQniQb82aELqJdnYnQdpKCnKd0LTYvyUlHOptS1o/1DmEB/OASnXDQYzzIjEjDf2kOqLNo3PuQ0SLb3kNh1JWeC/v

Context

I want to show a list of customers added by the user on the page. For the user to be able to add new customers either from his phonebook or manually, I need an expandable floating action button.

Visual documentation

Attaching the video showing the FAB behavior.

screen-capture.1.mp4

Additional Info

No response

Environment

- FlutterFlow version: 3.7.12
- Platform: Android
- Browser name and version: Chrome
- Operating system and version affected: Android

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions