4.0.0 Beta 3 中出现问题
这是嵌入在 xf:group 中的脚本片段(引用不同的模型),它是 xxf:dialog 的一部分。
<fr:autocomplete id="bookingDescription" ref="summary" class="bookingDescriptor" dynamic-itemset="false" max-results-displayed="25" show-full-itemset-dropdown="true">
<xf:label></xf:label>
<xf:itemset model="coreModel" nodeset="instance('appointmentList')/descriptions">
<xf:label ref="name"/>
<xf:value ref="name"/>
</xf:itemset>
</fr:autocomplete>
当对话框通过 X 按钮或操作中的 xxf:hide 关闭时,我们会遇到标题中提到的问题。这发生在 xforms-disable 处理程序进程中。似乎是 xforms 上下文堆栈中的 validationException 错误的结果。
有什么想法吗?