-
Bug
-
Resolution: Fixed
-
Major
-
3.2.2
-
None
-
FF3.6
After a copy paste of a table, I have got the following code in Ametys CMS :
<table class="simple"> <tbody> <tr> <td><br /></td> </tr> <tr> <td>Ressources mensuelles brutes à ne pas dépasser*</td> <td><br /></td> </tr> <tr> <td>Ménage</td> <td>Personne seule</td> </tr> <tr> <td>5 €</td> <td>5 €</td> </tr> <tr> <td>0 €</td> <td>0 €</td> </tr> <tr> <td>+ 35 €</td> <td>+ 35 €</td> </tr> </tbody> </table>
If you try this on your CMS, you will see that the right upper corner cell can not be selected.
fine in v4
but I only try by inserting the code in the source and I hadto fix the table by inserting/removing a column... I think this may work without this trick directly with a real copy