<div dir="ltr">It seems that going from&nbsp; Event(1) -&gt; Behavior(2) -&gt; Event(3) -&gt; Behavior(4)&nbsp; is broken:<br><br><a href="http://trac.haskell.org/reactive/ticket/13">http://trac.haskell.org/reactive/ticket/13</a><br>
<br>The first event(1), is for example a keyPressed, which is accumB&#39;d into a Behavior(2). Then that Behavior is snapshotted(3) against a regular interval ticker (atTimes [0, gap..]), and then &quot;stepper&quot; is used to convert it to a behavior(4) again.<br>
<br>The whole behavior(4) is broken and does not change at all, while the intermediate behavior(2) is just fine.<br><br>Any idea what could cause this?<br><br>Eyal<br><br></div>