Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component tooltips are too wide, then shrink #6702

Closed
teh-cmc opened this issue Jul 1, 2024 · 4 comments
Closed

Component tooltips are too wide, then shrink #6702

teh-cmc opened this issue Jul 1, 2024 · 4 comments
Assignees
Labels
🪳 bug Something isn't working egui Requires egui/eframe work ui concerns graphical user interface

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Jul 1, 2024

24-07-01_17.56.55.patched.mp4
@teh-cmc teh-cmc added 🪳 bug Something isn't working ui concerns graphical user interface labels Jul 1, 2024
@emilk emilk added the egui Requires egui/eframe work label Jul 1, 2024
@emilk emilk self-assigned this Jul 1, 2024
@emilk
Copy link
Member

emilk commented Jul 2, 2024

I fail to reproduce

@teh-cmc
Copy link
Member Author

teh-cmc commented Jul 2, 2024

I found a 100% repro:

git checkout main
rm -rf ~/.local/share/rerun/blueprints/*
pixi run -e examples py-build
pixi run -e examples python tests/python/release_checklist/check_static_components_ui.py

Now select any of the Position2D components in the streams view:
image

@emilk emilk changed the title Pop-ups very slowly shrink to their final size -- too slowly? Component tooltips are too wide, then shrink Jul 2, 2024
@emilk
Copy link
Member

emilk commented Jul 2, 2024

Is is because egui_extras::Table not respecting the resizing_pass flag

@emilk
Copy link
Member

emilk commented Jul 2, 2024

This turned into a rabbit hole of improving the layout and sizing of egui_extras::Table

@emilk emilk mentioned this issue Jul 2, 2024
2 tasks
@emilk emilk closed this as completed in 7d2d914 Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working egui Requires egui/eframe work ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

2 participants