Page 1 of 1

Possible bug 6.7 DP4 fullscreen

Posted: Fri May 23, 2014 5:47 pm
by robertem
on OSX 10.8.5 and LC 6.7 DP4, when I set the fullscreen of a stack to true (running in the IDE or stadalone), the cursor is lost behind the stack so the user is unable to interact with it.

Recipe is simple, put the following code in a button on an empty stack. When clicked, the mouse cursor will be behind the stack. If you are running in LC, you can move your mouse to the pallet and select the pointer (LC elements are below the cursor as expected) to break out.

EDIT: It seems this was introduced in DP3, DP2 does not exhibit the unexpected behavior.

Code: Select all

on mouseUp
   if the fullscreen of this stack then
      set the fullscreen of this stack to false
   else 
      set the fullscreen of this stack to true
   end if
end mouseUp



Rob

Re: Possible bug 6.7 DP4 fullscreen

Posted: Sat May 24, 2014 1:26 am
by Simon
Confirmed on OSX 10.9.2 LC 6.7 dp4

Simon

Re: Possible bug 6.7 DP4 fullscreen

Posted: Sat May 24, 2014 10:30 pm
by FourthWorld
robertem, did you file a bug report on this?
http://quality.runrev.com/

Re: Possible bug 6.7 DP4 fullscreen

Posted: Thu May 29, 2014 8:11 pm
by robertem
This has been submitted, bug # 12565