emilk / emilk/egui

Color picker widget ignores bottom_up layout

Open
#1,972 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Rust
Stars
30.6k
Forks
2.1k
Avg merge
1d 9h
Merged PRs (30d)
72

Description

**Describe the bug**
Color picker widget ignores bottom_up layout

**To Reproduce**
Create a ui layout with bottom_up, and place a color_picker widget inside it

**Expected behavior**
The color picker to be at the bottom of the container

**Screenshots**
![20220827_09h31m18s_grim](https://user-images.githubusercontent.com/26552952/187022235-46b34142-8db1-4593-8b94-12822532f257.png)

expected:
![20220827_09h31m18s_grim2](https://user-images.githubusercontent.com/26552952/187022297-208adf43-8073-434d-bea7-37915d80a794.png)

**Desktop (please complete the following information):**
- OS: voidlinux

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the issue with a ui layout using bottom_up and a color_picker widget, then trace the layout handling for that widget. Done means the color picker is positioned at the bottom of its container when bottom_up is used.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.