lince / webncl

Web based NCL presentation machine
10 stars 2 forks source link

context onEnd problem #4

Closed caioviel closed 12 years ago

caioviel commented 12 years ago

When a link uses a onEnd condition for a context using some interface and any media of that context ends, the link is triggered.

caioviel commented 12 years ago

This bug was detected in the following NCL: http://pastebin.com/CU6Ba42z

When the audio04 finishes the context ctxSlide04 should end and the context ctxSlide05 should begin. The problem is that when a area areaModel from audio04 ends, the link is triggered.

I don't if this is really a bug from the presentation machine or a bad-written NCL.

caioviel commented 12 years ago

As verified in the Ginga-VM, this is really a bug.

caioviel commented 12 years ago

@danielpes or @alexcr could you please test this commit with your NCL (from the presente) to assure it still works.