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

fix(Viewer): Now use intent inner dialog backdrop instead of custom one #2689

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

JF-Cozy
Copy link
Contributor

@JF-Cozy JF-Cozy commented Jan 7, 2025

Le fait d'utiliser Portal faisait qu'une fois l'intent ouvert, avec un input dans la modale, un onBlur était exécuté de suite après le onFocus. Donc impossible d'éditer le champ.

Ici on utilise le comportement par défaut, à savoir une Dialog, qui elle-même embarque Portal et Backdrop. On remplace simplement le PaperComponent pour avoir le rendu attendu, à savoir uniquement le Backdrop visible.

@JF-Cozy JF-Cozy merged commit e0c8882 into master Jan 7, 2025
2 checks passed
@JF-Cozy JF-Cozy deleted the feat/VER-1164 branch January 7, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants