I am in the process of updating some stacks from 2.31 to 2.32 when I
noticed the following behaviour:

I have a group called "editing" which contains several buttons used for
editing elements of the card. This group contains the following script:

on mouseEnter
  if within(group "editing", the mouseLoc) then
    set the left of group "Editing" to (the right of this cd) - (the width
of group "editing")+4
  end if
end mouseEnter

on mouseLeave
  if not(within(group "editing", the mouseLoc)) then
    set the left of group "editing" to (the right of  this cd) - 12
  end if
end mouseLeave

Basically it moves the editing group out from the side of the card on
mouseenter and hides it again on mouseleave. It works fine under 2.31.

However under 2.32 none of the buttons within the group work. They won't
activate if I click on them. Can anyone shed some light on this behaviour?


Michael Crawford



Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to