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

Bug à la saisie d’une numérotation au début du premier paragraphe #63

Closed
Tracked by #49
architexte opened this issue Oct 12, 2020 · 2 comments
Closed
Tracked by #49
Assignees
Labels
bug Something isn't working frontend

Comments

@architexte
Copy link

architexte commented Oct 12, 2020

le champ "analyse" plante lorsque je tape un chiffre suivi d'un point et d'un espace. Ex: si je tape "1. ", la page plante.

Bug Quill : la page plante (!) quand on saisit un chiffre suivi d’un point (^[0-9]\.) au début du premier paragraphe d’un champ.

@architexte architexte added bug Something isn't working frontend labels Oct 12, 2020
@MrGecko
Copy link
Collaborator

MrGecko commented Jun 30, 2022

Aussi, Le numéro de paragraphe doit être visible à la fois en édition et en consultation

@vicpsl vicpsl transferred this issue from chartes/lettres-app Jun 14, 2023
@vicpsl vicpsl mentioned this issue Jun 14, 2023
63 tasks
@vicpsl
Copy link
Contributor

vicpsl commented Jul 6, 2023

Le problème est résolu en désactivant les listes par défaut de Quill :

Ajout d'un keybord binding dans LettresQuill.js pour désactiver le défaut.

'list autofill': {
prefix: /^\s*()$/
}

image

@vicpsl vicpsl closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

3 participants