When clicking https://developer.anscamobile.com/project/issues/, even though I’m logged in here as you can see, I get the login box, which can only continue on to the main getting started page, not the link above.
After having logged in and pasted the above url in the same tab, I get “Page not found”.
I get this on latest Safari on latest Mac OS X, same error in Firefox.
The bug I wanted to report was that widget newbutton font=“HelveticaNeue” (or -Bold), this font is misaligned vertically and needs labelYOffset=-2. The bug is that any labelYOffset regardless of font makes the label “wander upward” by 2 on each onRelease call. This is all in the Simulator, not tested on Device.
Steps to reproduce misaligned font: 1. on button creation, set widget newbutton font=“HelveticaNeue” or font=“HelveticaNeue-Bold”. 2. run once in Simulator.
Steps to reproduce wandering effect: 1. on button creation, set widget newbutton labelYOffset=(non-zero value) 2. set onRelease=(non-nil value) 3. Run once in Simulator, then click button repeatedly.