We have a Dev, QA and Prod environment. Other than the fact that Pistolstar is running in QA and prod there seem to be no differences in versions of Notes, OS etc between the 3 environments. I am still working to confrim this.
I am having an issue with events on buttons not firing on click the first time (I have not checked other types of events) after the page is displayed. Button works just fine in Dev but not QA. It is the same code.
Value: <xp:text escape="true" id="ValueField"></xp:text>
<xp:br></xp:br>
<xp:br></xp:br>
<xp:button value="Set Random Value" id="button1">
<xp:eventHandler event="onclick" submit="true"
refreshMode="complete">
<xp:this.action><![CDATA[# {javascript:getComponent("ValueField").setValue(@Random() * 100);}]]></xp:this.action>
</xp:eventHandler></xp:button>
If button is pressed a second time in QA then it continues to work. Works first time every time in Dev.
Has anyone seen a similar issue?
We are about 99.9% certain that this is a Pistolstar issue. We are currently working with Pistolstar tech support to resolve.