Skip to content

Form rendering errors in slide 2.4 #82

@dantheta

Description

@dantheta

The fixes for vertical alignment of sideboxes have broken the choicepanel rendering. This is because the content is divided into multiple (content, sidebox) pairs in order to render them side-by-side. This prevents the templating system from recognizing the start and end of a choicepanel.

Because of the processing order and sidebox display, the start and end of a choicepanel needs to be contained within a single content region (i.e no sideboxes can be used inside a choicepanel).

This could be fixed with a more elaborate page layout engine, but I don't think there's time.

The best workaround I can think of at the moment is to add a piece of text below the "Are you sharing data with anyone?" question, saying "If you answered no, then continue to step 3" followed by a save & continue button.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions