Hi,
I just tested the latest snapshot of DS and our GUI tests found that buttons
which are supposed to open a dialog, don't work any longer. We use
primefaces 5.3.4, older version also don't work. Switching back to DS 1.5.2
works. So I assume the fix for DELTASPIKE-1044 is the issue somehow!?
Button HTML output:
<input id="buttonOpenDialog" name="buttonOpenDialog" type="button"
value="Transfer Management" onclick="PF('transferDialog').show();"
title="Transfer Management" class="button">
Dialog to be displayed:
<div id="transferDialog" class="ui-dialog ui-widget ui-widget-content
ui-corner-all ui-shadow ui-hidden-container fieldsetContainer container_6
ui-draggable" role="dialog" aria-labelledby="transferManagerDialog_title"
</div>
If required I could also provide a demo for this.
BR,
Markus