-
Notifications
You must be signed in to change notification settings - Fork 906
Closed
Description
Hello!
There is one bug with #3090 merge(and works also at HEAD of develop branch): after changing position of ccui.Layout with ccui.Text(may be simple cc.Layer with cc.LabelTTF) , text stay at the same position on screen(not moving with layout).
But this bug works in case of using specific layer for my game, which uses topological sorting of sprites on it. Sorting is implemented with update() function and callingthis.scheduleUpdate().
Tested on Google Chrome and Safari.
Here is the sample code of reproducing of bug: http://pastebin.com/EehPwt7U
and some images:
Metadata
Metadata
Assignees
Labels
No labels

