Possible bug 6.7 DP4 fullscreen

Discussion about LiveCode Global Jam events and activities

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Locked
robertem
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 24
Joined: Tue Mar 19, 2013 2:58 pm

Possible bug 6.7 DP4 fullscreen

Post by robertem » Fri May 23, 2014 5:47 pm

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

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: Possible bug 6.7 DP4 fullscreen

Post by Simon » Sat May 24, 2014 1:26 am

Confirmed on OSX 10.9.2 LC 6.7 dp4

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Possible bug 6.7 DP4 fullscreen

Post by FourthWorld » Sat May 24, 2014 10:30 pm

robertem, did you file a bug report on this?
http://quality.runrev.com/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

robertem
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 24
Joined: Tue Mar 19, 2013 2:58 pm

Re: Possible bug 6.7 DP4 fullscreen

Post by robertem » Thu May 29, 2014 8:11 pm

This has been submitted, bug # 12565

Locked

Return to “LiveCode Global Jam”