From: Damien R. <dr...@ma...> - 2016-01-21 12:12:50
|
Hi Louis, Louis BAYLE <lbayle.work@...> writes: > I guess the fix is to simply remove the use of > helper_alternate_class() with no replacement at all, This is correct, and works as long as the parent container has a class which handles the alternating row colors, e.g. 'table-container' or 'form-container'. > this works on 1.3 but on 1.2.x the list widget that I added is no more > displayed. Does this mean there is no possibility to have > compatibility for 1.3 and 1.2 ? Again, correct. This change is not backwards compatible. In 1.3 we also reduce usage of html tables for layout, and use more divs, so in many cases the page layout is very different. To maintain backwards compatibility with 1.2 in parallel with 1.3 support, you need to customize your code to take into consideration the MantisBT version. I personnally prefer to maintain 2 distinct branches. Hope this helps. |