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

[Android] ComboBox should initialize popup lazily #8925

Open
Tracked by #8597
jeromelaban opened this issue May 30, 2022 · 0 comments
Open
Tracked by #8597

[Android] ComboBox should initialize popup lazily #8925

jeromelaban opened this issue May 30, 2022 · 0 comments
Labels
area/combobox Categorizes an issue or PR as relevant to ComboBox area/performance 📈 Categorizes an issue or PR as relevant to performance area/popups 💬 Categorizes an issue or PR as relevant to popups or flyouts difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/enhancement New feature or request project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)

Comments

@jeromelaban
Copy link
Member

jeromelaban commented May 30, 2022

The current behavior of the ComboBox class is to initialize its popup eagerly, we should investigate to see if we can do so lazily (when the popup is about to be opened).

@jeromelaban jeromelaban added project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) area/performance 📈 Categorizes an issue or PR as relevant to performance enhancement labels May 30, 2022
@MartinZikmund MartinZikmund changed the title [Android] ComboBox should initialize popup lazily [Android] ComboBox should initialize popup lazily Jul 27, 2023
@MartinZikmund MartinZikmund added project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...) area/popups 💬 Categorizes an issue or PR as relevant to popups or flyouts area/combobox Categorizes an issue or PR as relevant to ComboBox difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI labels Jul 27, 2023
@MartinZikmund MartinZikmund added kind/enhancement New feature or request and removed enhancement labels Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/combobox Categorizes an issue or PR as relevant to ComboBox area/performance 📈 Categorizes an issue or PR as relevant to performance area/popups 💬 Categorizes an issue or PR as relevant to popups or flyouts difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/enhancement New feature or request project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)
Projects
None yet
Development

No branches or pull requests

2 participants