Actions
Amélioration #1486
fermé[OOOLayout] Prise en compte de différent répétables par rangée de tableau
Début:
19/01/2011
Echéance:
% réalisé:
100%
Temps estimé:
Version source:
Solution proposée:
Principaux fichiers impactés:
Wiki Détail:
Contrôle:
Description
Dans un tableau il n'est pas possible de répéter plusieurs lignes
<table> <row><cell> [TEST1]</cell></row> <row><cell> [TEST2]</cell></row> </table>
Si TEST1 = (a,b,c) et TEST2=(x,y) on obtient :
<table> <row><cell> a</cell></row> <row><cell> b</cell></row> <row><cell> c</cell></row> <row><cell> [TEST2]</cell></row> </table>
Alors qu'il faudrait avoir :
<table> <row><cell> a</cell></row> <row><cell> b</cell></row> <row><cell> c</cell></row> <row><cell> x</cell></row> <row><cell> y</cell></row> </table>
Actions
#1
Mis à jour par Éric Brison il y a environ 15 ans
- Statut changé de Nouveau à Résolu
- % réalisé changé de 0 à 100
Appliqué par commit commit:"67b069672293fd5de62aaf448b72a8624d5c60b4".
Actions