Skip to content

Properties panel "Actions" tab does not respond to clicks on Page (Scaffold) root widget #7395

Description

@sipaesgrupo-s021

Can we access your project?

  • 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

When selecting the root Page (Scaffold) widget in the Widget Tree and clicking the "Actions" tab icon in the properties panel (to configure On Page Load, On Dispose, etc.), the panel does not switch to the Actions view. Instead, one of two things happens intermittently:

  1. The panel remains on the Style/Properties view (Visibility, Padding, Alignment) with no visible change
  2. The click is misinterpreted as a canvas interaction, causing the selected widget in the Widget Tree to change unexpectedly (e.g., from the Page root to a child "Column" widget)

This has occurred consistently across multiple sessions and full page reloads, while the equivalent Actions tab click works correctly on non-root widgets (e.g., Button, IconButton) in the same project.

Expected Behavior

Clicking the "Actions" tab icon while the Page root is selected should reliably open the page-level Action Flow Editor (showing triggers like "On Page Load"), without altering the current widget selection.

Steps to Reproduce

  1. Open a project and navigate to any page
  2. Select the root Page (Scaffold) widget in the Widget Tree
  3. Click the "Actions" tab icon in the properties panel header (to add an On Page Load trigger)
  4. Observe that the panel does not switch to the Actions view, or that the Widget Tree selection changes unexpectedly instead

Reproducible from Blank

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

Bug Report Code (Required)

IT4ghcrqy5d2rsBE17r+LO9Vp2IUJno4bJc0st4bGAsdGOvrBu0PPODRflJpXcO7aVNcEE6JnnsBpPTqj4bEV+0nNS6aUbpYz5BiSznee2i6ManSPLqVdGtBHZ5nIXK037SZgSNvKuNpZVoc1zuQGejJSj/DFOu/Zwh9f6PHaOI=

Visual documentation

Screenshot showing the properties panel remaining on the Style tab (Visibility/Padding/Alignment) after clicking the Actions icon while the Page root is selected.

Environment

- FlutterFlow version: (la versión actual del proyecto — la puedes ver en la esquina superior izquierda del editor de FlutterFlow, o en Project Settings)
- Platform: Web
- Browser name and version: Chrome (revisa en chrome://version)
- Operating system and version affected: Windows

Additional Information

This blocked my workflow while trying to connect a Supabase query to a page-level "On Page Load" trigger, which requires access to the page's Actions panel.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions