Page 1 of 1

Yosemite label problem

Posted: Wed May 20, 2015 4:42 pm
by dunbarx
I have an app that works fine in OS10.9 (Mavericks), but has an issue in 10.10 (Yosemite).

I have a simple test stack attached. If you click on the top button in 10.9, a silly ask dialog appears, and the label of the middle button stays visible. So does the label of the lower button.

But if you run this in 10.10, the label in the middle button disappears. The label of the lower button remains intact.

That middle button has both backColor and a hiliteColor set. The lower button is a plain default button. It does not matter if the label property is set or not. The "label" will disappear whenever any sort of dialog is invoked, ask, answer, whatever.

Can someone verify before I send this along to QCC?

Craig Newman

Re: Yosemite label problem

Posted: Wed May 20, 2015 4:47 pm
by dunbarx
Hmm.

The file exceeded the 2MB limit. It was zipped, and was a standalone just about as small as one can get. I am attaching a zipped stack instead of the standalone. This has now to be made into a standalone at your end, should you care to.

Craig
hiliteProb.livecode.zip
(1.54 KiB) Downloaded 210 times

Re: Yosemite label problem

Posted: Wed May 20, 2015 7:26 pm
by Randy Hengst
Craig,

Yes, I see the problem in Yosemite. I see the problem in the standalone and in the IDE.

The problem seems to “go away” when any button style other than “standard” is assigned to the button.

be well,
randy

Re: Yosemite label problem

Posted: Wed May 20, 2015 8:03 pm
by paul_gr
Hi Craig,
I see the same as you with Yosemite.

Paul

Re: Yosemite label problem

Posted: Sat May 23, 2015 8:00 am
by dunbarx
Bug reported and confirmed. I guess this will get resolved one day. But it may not be earth shattering to the LC team.

Craig