bdlukaa / bdlukaa/fluent_ui

Dialog: barrierColor spills over into Combobox inside Dialog🐛

Open
#719 2 comments 0 reactions 0 assignees View on GitHub
blocked bug
Dominant language
Dart
Stars
3.5k
Forks
506
Avg merge
11d 2h
Merged PRs (30d)
3

Description

**Describe the bug**
When a Combobox is shown inside a Dialog, the part of the Combobox dropdown that is near the edge of the Dialog becomes dark.

**Default barrierColor:**

![image](https://user-images.githubusercontent.com/5120011/216422366-d716b1d6-cfb3-4ef0-a25f-8afc3fb9350c.png)

**barrierColor: Colors.transparent**

![image](https://user-images.githubusercontent.com/5120011/216422719-ad2f5156-98ac-4333-9a7c-dba3aced4515.png)

**Expected behavior**
I would expect the dropdown of the Combobox showing its default background color.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the issue with a Combobox inside a Dialog, comparing the default barrierColor with Colors.transparent. Trace the Dialog barrier and Combobox dropdown rendering to identify why the barrier darkens the dropdown; done when the dropdown keeps its default background color without requiring a transparent barrierColor.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.