Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translucent FloatingActionButton get's a persistent highlight when clicked/touched #90753

Open
Labels
P3Issues that are less important to the Flutter projectc: regressionIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.found in release: 2.5Found to occur in 2.5found in release: 2.6Found to occur in 2.6frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team
@cafelasm

Description

@cafelasm

Steps to Reproduce

This problem did not occur until Flutter Ver.2.2.3. This happens in v.2.5.0 and v2.5.1.

  1. Create a new Flutter project in Android Studio.
  2. Set the FloatingActionButton to be translucent.
    example:
      floatingActionButton:FloatingActionButton(        onPressed: _incrementCounter,        tooltip:'Increment',        child:Icon(Icons.add_sharp),        backgroundColor:Color.fromARGB(110,0x30,0xe0,0xa0),        foregroundColor:Color.fromARGB(200,255,255,255),        elevation:3.0,        mini:true,      )

Expected results:
The display returns to the original when you stop touching the button.

Actual results:
The display may not return to its original state even if you stop touching the button.
If you don't do setState (), it won't return for sure.

Details

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: regressionIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.found in release: 2.5Found to occur in 2.5found in release: 2.6Found to occur in 2.6frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp