How to reproduce
- Go to glossary tool
- Create a new definition
- Enter "Lorem,ipsum," for variants
=> This creates 3 variants: "Lorem", "Ipsum" and "". No content will be visible anymore because of a StringIndexOutOfBoundsException
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 at java.lang.String.charAt(Unknown Source) at org.ametys.plugins.glossary.transformation.DefinitionEnhancementHandler._charactersWithDefinitions(DefinitionEnhancementHandler.java:283) at org.ametys.plugins.glossary.transformation.DefinitionEnhancementHandler.characters(DefinitionEnhancementHandler.java:183) at org.ametys.cms.transformation.EnhancementTransformer.characters(EnhancementTransformer.java:95)
- Conditionne
-
ODF-592 La prévisualisation d'une page affiche une page vide bien qu'il y ai un contenu
- Closed