Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form rendering errors in slide 2.4 #82

Open
dantheta opened this issue Dec 17, 2019 · 1 comment
Open

Form rendering errors in slide 2.4 #82

dantheta opened this issue Dec 17, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@dantheta
Copy link
Collaborator

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.

@javierruizorg
Copy link
Collaborator

javierruizorg commented Dec 17, 2019 via email

@dantheta dantheta added the bug Something isn't working label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants