Bug #2280
closedmethodStep creation error
0%
Description
When creating the method step in the ingestion wizard - you enter a title and
description - this creates a section, title, and paragraph. But there is a
paragraph required after methodStep that doesn't get filled in. Then if you try
to edit that empty field can't be deleted or trimmed.
Updated by James Brunt about 19 years ago
Some additional investigation - the Morpho editor is trying to enforce a
requirement of a <para> as part of the <methodStep> <description> where as the
text type is supposed to be a choice of a <para> or a <section>. The wizard
creates a <section> thus the conflict is between the wizard and the editor - the
editor not enforcing the schema properly.
Updated by Callie Bowdish over 18 years ago
I think this would be a good one to fix because it looks like something that
people would commonly run into. I ran into it today
Updated by Will Tyburczy over 18 years ago
might just be me, but a true fix to this bug would probably eliminate #1656 as well.
Updated by ben leinfelder almost 15 years ago
I used the wizard to create a methods element. This creates a description/section/para element. THen using the tree editor I added a sibling para element to section and it validated when closing the tree editor.