John, did someone in your group file a bug case about text field lag? Are you seeing this cursor lag issue after creating a native text field object?
Thanks,
Tom
John, did someone in your group file a bug case about text field lag? Are you seeing this cursor lag issue after creating a native text field object?
Thanks,
Tom
I decided to make a little chart. This chart shows how in only 6 downloads (worst case scenario) pinpoint exact build which introduced a bug. Start at top (2872). If you see a lag, go to right, “Bug” arrow. If no lag - follow “OK” arrow. All labels are clickable and would initiate downloading of Corona SDK of appropriate nightly build.
Here’s chart: https://dl.dropboxusercontent.com/u/2658771/cursor_bug.svg
Red arrow and circle indicates last build without a bug.
vlads, the lag started on build 2853. For some reason there was no build 2852. Build 2851 runs the cursor at 60fps and feels great.
Unfortunately, the Version Lookup diagram didn’t help. Starting at build 2872 the build was buggy which meant I would only go left toward higher builds which would never isolate the problem build.
Also, yes Tom, Ian Dunbar from this project also submitted a bug about text field lag. I’ll check with him about it tomorrow.
2853 has changes around display.capture() and display.save(). Are you doing anything with those two API calls? I know some people using snapshots will use them to create textures on the fly.
Rob
Thanks a lot for feedback! Narrowing it down to two builds helps immensely.
Unfortunately there were a lot of changes between 2851 and 2853. We will brainstorm what may cause such effect on Monday. Meanwhile, my first guess would be about Console. May I ask to do a small test on 2853:
Disable console by typing this command in terminal window:
defaults write com.coronalabs.Corona\_Simulator no-console YES
Restart Corona. You should not get get Console Window. Is bug still persists?
To restore Console run
defaults delete com.coronalabs.Corona\_Simulator no-console
Another quick test, which would help us to narrow down possibilities, is to build Mac app (Command+Control+B ), and checking if bug still persists there.
P.S. Sorry about the chart… Script I wrote to generate it had a mistake - reversed arrow labels. I fixed it now, but you already have it figured out.
So, here is build 2852 - https://dl.dropboxusercontent.com/u/2658771/CoronaSDK-2016.2852.dmg
May I ask to test with it so we can further narrow down the scope?
Build 2852 is LAGGY, even without the console up.
I turned off the console, ran that build and the console did not come up.
Can you try running the 2853 (or higher) Simulator in borderless mode (e.g. Window > View As… > Borderless > iPad @2x ) to see if that makes a difference? I’m having the devil of a time reproducing the lag with or without a skin so I can’t judge the difference with any accuracy myself but, if you can see it, that might explain why this started with 2852.
The issue concerns layering native controls on the OpenGL canvas and was introduced by Apple in OS X 10.10. We filed a bug but it hasn’t been fixed so we’re reduced to workarounds and, as you know, that means fixing one thing can affect another.
I think this is fixed this in Daily Build 2908 … let me know how it goes. If it doesn’t seem to be fixed, please try either with or without a Simulator skin and see if that makes any difference. A related issue involving a performance hit after creating a textfield is definitely fixed but that was easier to reproduce.