•  
      request #23473 Lists in HTML content share the same instance accross the whole generated document
    Infos
    #23473
    Thomas Gerbet (tgerbet)
    2021-10-28 10:12
    2021-10-27 15:42
    25019
    Details
    Lists in HTML content share the same instance accross the whole generated document

    If you generate a document with some text fields containing multiple lists you would expect each to be independent to each other. It is currently not the case.

    For example if you have something like:

    <ol><li>A</li></ol>
    <ol><li>B</li></ol>
    

    you will get

    1. A
    2. B
    

    instead of

    1. A
    1. A
    
    Other
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2021-10-28
    Attachments
    Empty
    References

    Follow-ups

    User avatar

    Integrated into Tuleap 13.1.99.74


    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2021-10-28
    User avatar
    Thomas Gerbet (tgerbet)2021-10-27 16:24

    Patch under review: gerrit #24360.


    • Summary
      -Lists in HTML content share the same content accross the whole generated document 
      +Lists in HTML content share the same instance accross the whole generated document