#!/bin/sh # MetaCard 2.4 stack # The following is not ASCII text, # so now would be a good time to q out of more exec mc $0 "$@" one1 D  UTahoma WTahoma WTahoma P1on mouseMove x,y put x,y into t end mouseMove  D cREVGeneral  Label Field E cREVTable currentview,Cursor bug directions: Click in the field below and hit return or enter. This will open a new stack with another field. Click in that field and press return or enter. It will close the stack and the cursor should now be 'stuck' on I-beam. If you roll outside this window it will change back to arrow. cREVGeneral revUniqueID 1133410750429 Cursor bug Rev 2.6/2.6.1  tIt appears there's a bug in the Rev engine that is created when you leave an open field before changing the cursor. Here's the recipe. Your cursor should currently be an arrow. Click the button below and it will open another stack above this one. Click in the field and hit enter (which just closes the new stack). Now, your cursor is 'stuck' on I-beam until your mouse goes outside the card.Click Here to Testpcon mouseUp go to stack "two" set the loc of stack "two" to the loc of stack "one" end mouseUp | cREVGeneral revUniqueID 1133411103423 two1%A4  @4 Field)pkon enterInField close this stack end enterInField on returnInfield enterInfield end returnInfield # cREVGeneral revUniqueID 1133391684175  %put cursor in this fld and hit enter`@